| CVec Constructor (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.
 
 
Namespace: Microsoft.Research.LiquidAssembly: Liquid1 (in Liquid1.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxnew : 
        rs : float[] * 
        is : FSharpOption<float[]> * 
        force : FSharpOption<bool> -> CVecParameters
- rs
 - Type: SystemDouble
The vector of real initial values - is
 - Type: Microsoft.FSharp.CoreFSharpOptionDouble
An optional vector of imaginary initial values; default is zero - force
 - Type: Microsoft.FSharp.CoreFSharpOptionBoolean
Option to force complete (non-sparse) allocation of 
 the vector; defaults to false 
See Also