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