3 #ifndef DUNE_ISTL_COLCOMPMATRIX_HH
4 #define DUNE_ISTL_COLCOMPMATRIX_HH
6 #warning "Deprecated header, include <dune/istl/bccsmatrixinitializer.hh> instead!"
17 template <
class M,
class I =
int>
19 [[deprecated]]
ColCompMatrix :
public ISTL::Impl::BCCSMatrix< typename M::field_type, I >
Definition: allocator.hh:9
A sparse matrix in compressed-column format.
Definition: colcompmatrix.hh:20