Click or drag to resize

DiagonalMatrixStorageTOfMatrix Method

Creates a diagonal matrix storage from another matrix storage.

Namespace: Altaxo.Calc.LinearAlgebra.Storage
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static DiagonalMatrixStorage<T> OfMatrix(
	MatrixStorage<T> matrix
)

Parameters

matrix  MatrixStorageT
The source matrix storage.

Return Value

DiagonalMatrixStorageT
The initialized diagonal matrix storage.
See Also