Click or drag to resize

MatrixT Constructor

Initializes a new instance of the Matrix class.

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

Parameters

storage  MatrixStorageT

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

See Also