CMat Constructor (Double[][], Double[][])

Liquid Quantum Simulator

CMat Constructor (Double, Double)
Creates a new matrix from arrays of real and imaginary parts.

Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax
F#
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