Click or drag to resize
CVec Constructor
Overload List
  NameDescription
Public methodCVec(UInt64, Boolean)
Creates a new vector filled with zeroes.
Public methodCVec(Double, FSharpOptionDouble, FSharpOptionBoolean)
Creates a new vector from initial value vectors, real and imaginary. Note that the length of the new vector must be no more than 2^20.
Public methodCVec(UInt64, FSharpOptionDouble, FSharpOptionDouble, FSharpOptionBoolean)
Creates a new vector. By default, the vector is all zero. Optionally, the real and impaginary initial values may be provided; in this case, the vector must be no more than 2^20 in length.
Top
See Also