Click or drag to resize

MatrixGetStrictlyLowerTriangle Method

Overload List
  NameDescription
Public methodGetStrictlyLowerTriangle
Returns a new square matrix containing the strictly lower triangle of this matrix.
Public methodGetStrictlyLowerTriangle(Matrix)
Copies the strictly lower triangle of this matrix into another square matrix.
Public methodGetStrictlyLowerTriangle(Matrix, Boolean)
Copies the strictly lower triangle of this matrix into another square matrix.
Top
See Also