Table of Contents

Class FftblueF

Namespace
NumSharp.Fourier
Assembly
NumSharp.dll
public sealed class FftblueF
Inheritance
FftblueF
Inherited Members

Constructors

FftblueF(long)

public FftblueF(long length)

Parameters

length long

Properties

Length

public long Length { get; }

Property Value

long

Methods

Exec(CmplxF*, float, bool)

public void Exec(CmplxF* c, float fct, bool fwd)

Parameters

c CmplxF*
fct float
fwd bool

ExecR(float*, float, bool)

public void ExecR(float* c, float fct, bool fwd)

Parameters

c float*
fct float
fwd bool