#include <algorithm>
#include <array>
#include <dune/common/iostream.hh>
#include <dune/grid/spgrid/misc.hh>
Go to the source code of this file.
|
namespace | Dune |
|
namespace | std |
| STL namespace.
|
|
|
template<class char_type , class traits , int dim> |
std::basic_ostream< char_type, traits > & | Dune::operator<< (std::basic_ostream< char_type, traits > &out, const SPMultiIndex< dim > &multiIndex) |
|
template<class char_type , class traits , int dim> |
std::basic_istream< char_type, traits > & | Dune::operator>> (std::basic_istream< char_type, traits > &in, SPMultiIndex< dim > &multiIndex) |
|
template<int dim> |
SPMultiIndex< dim > | Dune::operator+ (const SPMultiIndex< dim > &a, const SPMultiIndex< dim > &b) |
|
template<int dim> |
SPMultiIndex< dim > | Dune::operator- (const SPMultiIndex< dim > &a, const SPMultiIndex< dim > &b) |
|
template<int dim> |
SPMultiIndex< dim > | Dune::operator* (const SPMultiIndex< dim > &a, const int &b) |
|
template<int dim> |
SPMultiIndex< dim > | Dune::operator* (const int &a, const SPMultiIndex< dim > &b) |
|
template<int dim> |
SPMultiIndex< dim > | Dune::operator/ (const SPMultiIndex< dim > &a, const int &b) |
|
template<int dim> |
Dune::SPMultiIndex< dim > | std::min (const Dune::SPMultiIndex< dim > &a, const Dune::SPMultiIndex< dim > &b) |
|
template<int dim> |
Dune::SPMultiIndex< dim > | std::max (const Dune::SPMultiIndex< dim > &a, const Dune::SPMultiIndex< dim > &b) |
|