dune-istl  2.8.0
colcompmatrix.hh
Go to the documentation of this file.
1 // -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
2 // vi: set et ts=4 sw=2 sts=2:
3 #ifndef DUNE_ISTL_COLCOMPMATRIX_HH
4 #define DUNE_ISTL_COLCOMPMATRIX_HH
5 
6 #warning "Deprecated header, include <dune/istl/bccsmatrixinitializer.hh> instead!"
7 
9 
10 namespace Dune
11 {
17  template <class M, class I = int>
18  struct
19  [[deprecated]] ColCompMatrix : public ISTL::Impl::BCCSMatrix< typename M::field_type, I >
20  {};
21 }
22 #endif
Definition: allocator.hh:9
A sparse matrix in compressed-column format.
Definition: colcompmatrix.hh:20