|
noexcept |
Checks whether a matrix given by an array of columns is a lower-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 lower-triangular. Otherwise, false.