Click or drag to resize

Matrix Constructor

Initializes a new instance of the Matrix class.

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

Parameters

storage  MatrixStorageComplex32

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

See Also