Click or drag to resize

DiagonalMatrixStrictlyUpperTriangle(MatrixSingle) Method

Puts the strictly upper triangle of this matrix into the result matrix.

Namespace: Altaxo.Calc.LinearAlgebra.Single
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public override void StrictlyUpperTriangle(
	Matrix<float> result
)

Parameters

result  MatrixSingle
Where to store the lower triangle.
Exceptions
ExceptionCondition
ArgumentExceptionIf the result matrix's dimensions are not the same as this matrix.
See Also