TriagUtility
This module defines the methods to access the upper or lower triangular part of a square or rectangle matrix.
Methodsβ
ποΈ GetTril
This subroutine returns the lower triangle part of a matrix.
ποΈ GetTriu
This subroutine returns the upper triangle part of an int vector.
ποΈ SetTril
This subroutine sets the lower triangular part of matrix.
ποΈ SetTriu
This subroutine sets the lower triangular part of matrix.
ποΈ Tril
This function returns the lower triangle part of a matrix.
ποΈ TrilIndx
Returns the indices of lower triangle part of a matrix.
ποΈ Triu
This function returns the upper triangle part of a matrix.
ποΈ TriuIndx
Returns the indices of upper triangle part of a matrix.