Click or drag to resize

SparseMatrixFactTFactor(SparseMatrixDataCompressedSparseRowT, T) Method

Factors the input sparse matrix.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public void Factor(
	SparseMatrixData<CompressedSparseRow<T>, T> S
)

Parameters

S  SparseMatrixDataCompressedSparseRowT, T
A sparse matrix in Compressed Row format.
See Also