|
CGAL 6.2 - Homological Discrete Vector Fields
|
Get the value of the row at a given index from the matrix (whatever the StorageFormat of the matrix).
operator[], for column-matrices a traversal of the matrix is required (in \(\mathcal O(n)\)).| matrix | The matrix considered. |
| index | The coefficient index. |
Friends | |
| template<typename _CT > | |
| Sparse_chain< _CT, ROW > | get_row (const Sparse_matrix< _CT, COLUMN > &matrix, size_t index) |
| Gets a row from a COLUMN matrix. | |
| template<typename _CT > | |
| Sparse_chain< _CT, ROW > | get_row (const Sparse_matrix< _CT, ROW > &matrix, size_t index) |
| Gets a row from a ROW matrix. | |