![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "Chaos/FFT.h"Namespaces | |
| namespace | Chaos |
Functions | |
| void | Chaos::ConjugateAll (const FFFT3::FUniformGrid &Grid, FFFT3::FArrayNDOfComplex &Velocity, const int32 z) |
| void | Chaos::EnforceSymmetry (const FFFT3::FUniformGrid &Grid, FFFT3::FArrayNDOfComplex &Velocity) |
| void | Chaos::exchange (FReal &f1, FReal &f2) |
| template<int d> | |
| void | Chaos::NRFourn (const int isign, const TVector< int32, d > &counts, TArray< FReal > &Data) |
| void | Chaos::InverseTransformHelper (const FFFT3::FUniformGrid &Grid, TArrayND< FVec3, 3 > &Velocity, const FFFT3::FArrayNDOfComplex &u, const int32 index, const bool Normalize) |
| void | Chaos::TransformHelper (const FFFT3::FUniformGrid &Grid, const TArrayND< FVec3, 3 > &Velocity, FFFT3::FArrayNDOfComplex &u, const int32 index) |