|
My Project
|
Public Member Functions | |
| size_type | rows () const |
| size_type | nonZeros () const |
| void | resize (const size_type nRows) |
| void | reserveAdditional (const size_type nonZeros) |
| void | push_back (const block_type &value, const size_type index) |
| void | clear () |
Public Attributes | |
| std::vector< size_type > | rows_ |
| std::vector< block_type > | values_ |
| std::vector< size_type > | cols_ |
| size_type | nRows_ |