Click or drag to resize

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

Initializes a new instance of the SparseMatrix class

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

Parameters

m  Int32

[Missing <param name="m"/> documentation for "M:Altaxo.Calc.Ode.Obsolete.SparseMatrix.#ctor(System.Int32,System.Int32,System.Double[][],System.Int32[][],System.Int32[])"]

n  Int32

[Missing <param name="n"/> documentation for "M:Altaxo.Calc.Ode.Obsolete.SparseMatrix.#ctor(System.Int32,System.Int32,System.Double[][],System.Int32[][],System.Int32[])"]

matrixItems  Double

[Missing <param name="matrixItems"/> documentation for "M:Altaxo.Calc.Ode.Obsolete.SparseMatrix.#ctor(System.Int32,System.Int32,System.Double[][],System.Int32[][],System.Int32[])"]

matrixIndices  Int32

[Missing <param name="matrixIndices"/> documentation for "M:Altaxo.Calc.Ode.Obsolete.SparseMatrix.#ctor(System.Int32,System.Int32,System.Double[][],System.Int32[][],System.Int32[])"]

_count  Int32

[Missing <param name="_count"/> documentation for "M:Altaxo.Calc.Ode.Obsolete.SparseMatrix.#ctor(System.Int32,System.Int32,System.Double[][],System.Int32[][],System.Int32[])"]

See Also