DiagonalMatrixStrictlyLowerTriangle(MatrixDouble) Method |
Puts the strictly lower triangle of this matrix into the result matrix.
Namespace: Altaxo.Calc.LinearAlgebra.DoubleAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public override void StrictlyLowerTriangle(
Matrix<double> result
)
Parameters
- result MatrixDouble
- Where to store the lower triangle.
Exceptions Exception | Condition |
---|
ArgumentException | If the result matrix's dimensions are not the same as this matrix. |
See Also