Click or drag to resize

Matrix Constructor

Initializes a new instance of the Matrix class.

Namespace: Altaxo.Calc.LinearAlgebra.Double
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected Matrix(
	MatrixStorage<double> storage
)

Parameters

storage  MatrixStorageDouble

[Missing <param name="storage"/> documentation for "M:Altaxo.Calc.LinearAlgebra.Double.Matrix.#ctor(Altaxo.Calc.LinearAlgebra.Storage.MatrixStorage{System.Double})"]

See Also