Click or drag to resize
CMat Constructor (Int32, FSharpListTupleInt32, Int32, Double, Double)
Creates a square matrx from a sparse 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>> -> CMat

Parameters

len
Type: SystemInt32
The row (or column) length of the matrix.
xyris
Type: Microsoft.FSharp.CollectionsFSharpListTupleInt32, Int32, Double, Double
A list of element location and value tuples, with elements in the order (row,col,real,imag).
See Also