DiagonalMatrixStorageTOfMatrix Method |
Creates a diagonal matrix storage from another matrix storage.
Namespace: Altaxo.Calc.LinearAlgebra.StorageAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static DiagonalMatrixStorage<T> OfMatrix(
MatrixStorage<T> matrix
)
Parameters
- matrix MatrixStorageT
- The source matrix storage.
Return Value
DiagonalMatrixStorageTThe initialized diagonal matrix storage.
See Also