DenseMatrix(DenseColumnMajorMatrixStorageComplex) Constructor |
Create a new dense matrix straight from an initialized matrix storage instance.
The storage is used directly without copying.
Intended for advanced scenarios where you're working directly with
storage for performance or interop reasons.
Namespace: Altaxo.Calc.LinearAlgebra.ComplexAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public DenseMatrix(
DenseColumnMajorMatrixStorage<Complex> storage
)
Parameters
- storage DenseColumnMajorMatrixStorageComplex
[Missing <param name="storage"/> documentation for "M:Altaxo.Calc.LinearAlgebra.Complex.DenseMatrix.#ctor(Altaxo.Calc.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage{System.Numerics.Complex})"]
See Also