| matrix_stats Chusov::Math::get_matrix_stats | ( | const ValueType * | column_matrix, | 
| std::size_t | columns, | ||
| std::size_t | rows | ||
| ) | 
Given a column matrix, returns bitmask of flags representing properties of the matrix.
| ValueType | A type of a matrix element. | 
| [in] | column_matrix | A pointer to an array of columns * rowselements, 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. |