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.*)
Syntax new :
rs : float[][] *
is : float[][] -> CMat
Parameters
- rs
- Type: SystemDouble
The real part of each matrix element. - is
- Type: SystemDouble
The real part of each matrix element.
See Also