#include <CGAL/Dynamic_matrix.h>
| |
initializes
d to m. m is not copied, we only
store a reference.
|
|
| returns the number of columns. | ||||
|
| returns the number of rows. | ||||
|
|
returns the entry at position (row, column).
| ||||
|
| |||||
replace
column old with column number new.
| ||||||
|
|
returns
a new Matrix consisting of all rows of d with even index,
(i.e. first row is row 0 of d, second row is row 2 of
d etc.).
| ||||
|
|
deletes the
rightmost columns, such that d becomes quadratic.
|