CSMat Constructor |
Name | Description | |
---|---|---|
![]() | CSMat(Int32, FSharpList<Tuple<Int32, Int32, Double, Double>>) |
Creates a matrix from a list of elements.
|
![]() | CSMat(Int32, FSharpOption<Boolean>) |
Creates a new square identity or zero matrix.
|
![]() | CSMat(CMat, FSharpOption<Double>) |
Creates a sparse matrix from a dense matrix.
|