|
template<class F , int dimD, unsigned int deriv> |
std::ostream & | Dune::operator<< (std::ostream &out, const LFETensor< F, dimD, deriv > &tensor) |
|
template<class F , int dimD, int dimR, unsigned int deriv> |
std::ostream & | Dune::operator<< (std::ostream &out, const Derivatives< F, dimD, dimR, deriv, DerivativeLayoutNS::derivative > &d) |
|
template<class F , int dimD, int dimR, unsigned int deriv> |
std::ostream & | Dune::operator<< (std::ostream &out, const Derivatives< F, dimD, dimR, deriv, DerivativeLayoutNS::value > &d) |
|
template<class F , int dimD, int dimR> |
std::ostream & | Dune::operator<< (std::ostream &out, const Derivatives< F, dimD, dimR, 0, DerivativeLayoutNS::derivative > &d) |
|
template<class F , int dimD, int dimR> |
std::ostream & | Dune::operator<< (std::ostream &out, const Derivatives< F, dimD, dimR, 0, DerivativeLayoutNS::value > &d) |
|
template<class F , int dimD, int dimR, unsigned int deriv, DerivativeLayoutNS::DerivativeLayout layout> |
std::ostream & | Dune::operator<< (std::ostream &out, const std::vector< Derivatives< F, dimD, dimR, deriv, layout > > &y) |
|