Table of Contents

Class PocketFFTPlanCacheF

Namespace
NumSharp.Fourier
Assembly
NumSharp.dll

Bounded single-precision plan cache (companion to PocketFFTPlanCache, with an independent budget so float and double plans never evict one another). Plans are immutable + deterministic, so sharing them is bit-neutral.

public static class PocketFFTPlanCacheF
Inheritance
PocketFFTPlanCacheF
Inherited Members

Methods

GetComplex(long)

public static PocketFFTComplexPlanF GetComplex(long len)

Parameters

len long

Returns

PocketFFTComplexPlanF

GetReal(long)

public static PocketFFTRealPlanF GetReal(long len)

Parameters

len long

Returns

PocketFFTRealPlanF