Bug List
- Member Dune::BCRSMatrix::rowdim (size_type i) const
- Does not count empty rows (FlySpray #7)
- Member Dune::BCRSMatrix::coldim (size_type c) const
- Does not count empty columns (FlySpray #7)
- Member Dune::printmatrix (std::ostream &s, const M &A, std::string title, std::string rowtext, int width=10, int precision=2)
- Empty rows and columns are omitted by this method. (FlySpray #7)