Factors the input sparse matrix.

Namespace:  CenterSpace.NMath.Matrix
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public void Factor(
	SparseMatrixData<CompressedSparseRow<T>, T> S
)
Visual Basic (Declaration)
Public Sub Factor ( _
	S As SparseMatrixData(Of CompressedSparseRow(Of T), T) _
)
Visual C++
public:
void Factor(
	SparseMatrixData<CompressedSparseRow<T>^, T>^ S
)

Parameters

S
Type: CenterSpace.NMath.Matrix..::.SparseMatrixData<(Of <(CompressedSparseRow<(Of <(T>)>), T>)>)
A sparse matrix in Compressed Row format.

See Also