CMat Constructor |
Name | Description | |
---|---|---|
CMat(Double[][],Double[][]) |
Creates a new matrix from arrays of real and imaginary parts.
| |
CMat(Int32, FSharpList<Tuple<Int32, Int32, Double, Double>>) |
Creates a square matrx from a sparse list of elements.
| |
CMat(Int32, FSharpOption<Boolean>) |
Creates a square identity or zero matrix.
|