CVec Constructor |
Name | Description | |
---|---|---|
CVec(UInt64, Boolean) |
Creates a new vector filled with zeroes.
| |
CVec(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.
| |
CVec(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.
|