Click or drag to resize

DiagonalMatrix(DiagonalMatrixStorageSingle) Constructor

Create a new diagonal 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 DiagonalMatrix(
	DiagonalMatrixStorage<float> storage
)

Parameters

storage  DiagonalMatrixStorageSingle

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

See Also