 | SparseMatrixFactTFactor Method (SparseMatrixDataCompressedSparseRowT, T) |
Factors the input sparse matrix.
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 7.4
Syntaxpublic 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
- Type: CenterSpace.NMath.CoreSparseMatrixDataCompressedSparseRowT, T
A sparse matrix in Compressed Row format.
See Also