Initializes a new instance of the Matrix class.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected Matrix(
MatrixStorage<T> storage
)
Parameters
- storage MatrixStorageT
- The storage backing this matrix.
See Also