| CMat Constructor (Double, Double) | 
 Creates a new matrix from arrays of real and imaginary parts.
 
 
Namespace: Microsoft.Research.LiquidAssembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntaxnew : 
        rs : float[][] * 
        is : float[][] -> CMatParameters
- rs
 - Type: SystemDouble
The real part of each matrix element. - is
 - Type: SystemDouble
The real part of each matrix element. 
See Also