|
noexcept |
Checks whether a matrix given by an array of columns is an upper-triangular matrix.
ValueType | A type of a matrix element. |
[in] | column_matrix | A pointer to an array of columns * rows elements, specifying a set of column vectors composing the matrix. |
columns | A number of columns in the matrix column_matrix . | |
rows | A number of rows in the matrix. |
true
if the matrix is upper-triangular. Otherwise, false
.