Click or drag to resize

SparseMatrixFactT Constructor

Constructs a factorization for the given sparse matrix.

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

Parameters

S  SparseMatrixDataCompressedSparseRowT, T
A sparse matrix.
See Also