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