Click or drag to resize

SparseMatrix(Int32, Int32, Double, Int32, Int32) Constructor

Constructor for SparseMatrix class with matrix items, indices and count

Namespace: Altaxo.Calc.Ode.Obsolete
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public SparseMatrix(
	int m,
	int n,
	double[][] matrixItems,
	int[][] matrixIndices,
	int[] _count
)

Parameters

m  Int32
Number of rows
n  Int32
Number of columns
matrixItems  Double
The matrix's items
matrixIndices  Int32
The matrix's indices
_count  Int32
The matrix's count
See Also