| SparseMatrixFactTFactor(SparseMatrixDataCompressedSparseRowT, T) Method |
Factors the input sparse matrix.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax public void Factor(
SparseMatrixData<CompressedSparseRow<T>, T> S
)
Public Sub Factor (
S As SparseMatrixData(Of CompressedSparseRow(Of T), T)
)
public:
void Factor(
SparseMatrixData<CompressedSparseRow<T>^, T>^ S
)
member Factor :
S : SparseMatrixData<CompressedSparseRow<'T>, 'T> -> unit
Parameters
- S SparseMatrixDataCompressedSparseRowT, T
- A sparse matrix in Compressed Row format.
See Also