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.3572.0 (4.8.3572.0)
Syntax
C#
protected Matrix(
	MatrixStorage<T> storage
)

Parameters

storage  MatrixStorageT
The storage backing this matrix.
See Also