SparseCompressedRowMatrixStorageTValueCount Property |
Gets the number of non zero elements in the matrix.
Namespace: Altaxo.Calc.LinearAlgebra.StorageAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public int ValueCount { get; }
Property Value
Int32The number of non zero elements.
See Also