Home > Extreme Optimization Mathematics Library for .NET > Reference > Extreme.Mathematics.LinearAlgebra Namespace > TriangularMatrix Class > Methods > TriangularMatrix.ExtractLowerTriangle Method
Constructs a TriangularMatrix whose elements are contained in the lower triangular portion of a GeneralMatrix.
A TriangularMatrix whose elements are contained in the lower triangular portion of matrix.
| Exception Type | Condition |
|---|---|
| ArgumentNullException | matrix is a null reference (Nothing in Visual Basic). |
| ArgumentOutOfRangeException | rowCount is less than zero or greater than or equal to the number of rows in matrix. -or- columnCount is less than zero or greater than or equal to the number of columns in matrix. |
TriangularMatrix Class | Extreme.Mathematics.LinearAlgebra Namespace | TriangularMatrix.ExtractLowerTriangle Overload List