Click or drag to resize

CVector Constructor

Overload List
 NameDescription
Public methodCVector(Complex)Creates a complex vector for a complex value.
Public methodCVector(Complex)Initializes a complex vector from a complex array.
Public methodCVector(Double)Creates a complex vector for a real value.
Public methodCVector(DVector)Creates a complex vector from a real vector.
Public methodCVector(Int32)Creates a complex vector of a given size.
Public methodCVector(Complex, Complex)Creates a complex vector from two complex values.
Public methodCVector(Double, Double)Creates a complex vector from two real values.
Public methodCVector(Double, Double)Creates a complex vector from separate component arrays.
Public methodCVector(DVector, DVector)Creates a complex vector from two real vectors.
Public methodCVector(Int32, NormalRandom)Creates a vector filled with a normal distribution generator.
Public methodCVector(Int32, FuncInt32, CVector, Complex)Creates a vector using a formula to fill its items.
Public methodCVector(Int32, FuncInt32, Complex)Creates a vector using a formula to fill its items.
Public methodCVector(Int32, Random)Creates a vector filled with a uniform distribution generator.
Public methodCVector(Int32, Random, Double, Double)Creates a vector filled with a uniform distribution generator.
Top
See Also