CSMat Constructor (Int32, FSharpList(Tuple(Int32, Int32, Double, Double)))

Liquid Quantum Simulator

CSMat Constructor (Int32, FSharpListTupleInt32, Int32, Double, Double)
Creates a matrix from a list of elements.

Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax
F#
new : 
        len : int * 
        xyris : FSharpList<Tuple<int, int, float, float>> -> CSMat

Parameters

len
Type: SystemInt32
The dimension of the matrix; that is, the row or column count.
xyris
Type: Microsoft.FSharp.CollectionsFSharpListTupleInt32, Int32, Double, Double
A list of elements. Each element should be a tuple in the form (row,col,real,imag).
See Also