Click or drag to resize

DenseMatrix(DenseColumnMajorMatrixStorageSingle) 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.Single
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public DenseMatrix(
	DenseColumnMajorMatrixStorage<float> storage
)

Parameters

storage  DenseColumnMajorMatrixStorageSingle

[Missing <param name="storage"/> documentation for "M:Altaxo.Calc.LinearAlgebra.Single.DenseMatrix.#ctor(Altaxo.Calc.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage{System.Single})"]

See Also