Package apple.accelerate.struct
Class DSPDoubleSplitComplex
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.accelerate.struct.DSPDoubleSplitComplex
-
public final class DSPDoubleSplitComplex extends org.moe.natj.c.StructObject
-
-
Constructor Summary
Constructors Modifier Constructor Description DSPDoubleSplitComplex()protectedDSPDoubleSplitComplex(org.moe.natj.general.Pointer peer)DSPDoubleSplitComplex(org.moe.natj.general.ptr.DoublePtr realp, org.moe.natj.general.ptr.DoublePtr imagp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.moe.natj.general.ptr.DoublePtrimagp()org.moe.natj.general.ptr.DoublePtrrealp()voidsetImagp(org.moe.natj.general.ptr.DoublePtr value)voidsetRealp(org.moe.natj.general.ptr.DoublePtr value)
-