Click or drag to resize

MatrixGetUpperTriangle Method

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