#include "Eigen/Dense"
#include "unsupported/Eigen/CXX11/Tensor"
#include <iomanip>
#include <PeriodicFunctionImplementation.h>
Go to the source code of this file.
|
template<typename Scalar , int dim, typename = std::enable_if_t<dim==2>> |
std::basic_ostream< char > & | gbLAB::operator<< (std::basic_ostream< char > &s, const PeriodicFunction< Scalar, dim > &fun) |
|
template<typename Scalar , int dim, typename T , typename = std::enable_if_t<dim==3>> |
std::basic_ostream< char > & | gbLAB::operator<< (std::basic_ostream< char > &s, const PeriodicFunction< Scalar, dim > &fun) |
|