Table of Contents

Class Transformations

Namespace
VirtualLabAPI.Core.Numerics
Assembly
VirtualLabAPI.dll

Contains static functions that perform a Fourier transformation of a one- or two-dimensional ComplexField.

public class Transformations
Inheritance
Transformations
Inherited Members

Methods

Fourier(ComplexField)

Computes Fourier transform of given ComplexField.

public static void Fourier(ComplexField cf)

Parameters

cf ComplexField

Field to be transformed. It is changed during the Fourier transform.

InverseFourier(ComplexField)

Computes inverse Fourier transform of given ComplexField.

public static void InverseFourier(ComplexField cf)

Parameters

cf ComplexField

Field to be transformed. It is changed during the Fourier transform.