Click or drag to resize

Matrix Constructor

Initializes a new instance of the Matrix class.

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

Parameters

storage  MatrixStorageComplex

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

See Also