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.SingleAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic DiagonalMatrix(
DiagonalMatrixStorage<float> storage
)
Parameters
- storage DiagonalMatrixStorageSingle
- The storage backing the matrix.
See Also