|
dune-istl 2.10
|
a simple compressed row storage matrix class More...
#include <dune/istl/ilu.hh>

Public Types | |
| typedef B | block_type |
| typedef size_t | size_type |
Public Member Functions | |
| CRS () | |
| 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) |
Public Attributes | |
| std::vector< size_type > | rows_ |
| std::vector< block_type, Alloc > | values_ |
| std::vector< size_type > | cols_ |
| size_type | nRows_ |
a simple compressed row storage matrix class
| typedef B Dune::ILU::CRS< B, Alloc >::block_type |
| typedef size_t Dune::ILU::CRS< B, Alloc >::size_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| std::vector< size_type > Dune::ILU::CRS< B, Alloc >::cols_ |
| size_type Dune::ILU::CRS< B, Alloc >::nRows_ |
| std::vector< size_type > Dune::ILU::CRS< B, Alloc >::rows_ |
| std::vector< block_type, Alloc> Dune::ILU::CRS< B, Alloc >::values_ |