| 1627 | } |
| 1628 | |
| 1629 | const SparseUnsortedList *Tableau::getSparseARow( unsigned row ) const |
| 1630 | { |
| 1631 | return _sparseRowsOfA[row]; |
| 1632 | } |
| 1633 | |
| 1634 | void Tableau::getSparseARow( unsigned row, SparseUnsortedList *result ) const |
| 1635 | { |
no test coverage detected