MonotoneMatrixSearchTraits::Value | |
The type of a matrix entry.
|
int | m.number_of_columns () const | returns the number of columns. | ||||
int | m.number_of_rows () const | returns the number of rows. | ||||
Entry | m.operator() ( int row, int column) const | |||||
returns the entry at position (row, column).
| ||||||
void | m.replace_column ( int old, int new) | |||||
replace
column old with column number new.
| ||||||
Matrix* | m.extract_all_even_rows () const |
returns
a new Matrix consisting of all rows of m with even index,
(i.e. first row is row 0 of m, second row is row 2 of
m etc.).
| ||||
void | m.shrink_to_quadratic_size () |
deletes the
rightmost columns, such that m becomes quadratic.
|