| SparseMatrixFactTS_ Field |
The sparse matrix in Compressed Row format that is being factored.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax protected SparseMatrixData<CompressedSparseRow<T>, T> S_
Protected S_ As SparseMatrixData(Of CompressedSparseRow(Of T), T)
protected:
SparseMatrixData<CompressedSparseRow<T>^, T>^ S_
val mutable S_: SparseMatrixData<CompressedSparseRow<'T>, 'T>
Field Value
SparseMatrixDataCompressedSparseRowT,
TSee Also