Sparse Compressed Column Matrix<T>.From Matrix Method
Constructs a sparse matrix from a matrix.
Definition
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A SparseCompressedColumnMatrix<T> copy of matrix.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public static SparseCompressedColumnMatrix<T> FromMatrix(
Matrix<T> matrix
)
Parameters
Return Value
SparseCompressedColumnMatrix<T>A SparseCompressedColumnMatrix<T> copy of matrix.