6 #ifndef MYRAMATH_EXPRESSION_INDEX2STRING_H 7 #define MYRAMATH_EXPRESSION_INDEX2STRING_H 14 #include <myramath/MYRAMATH_EXPORT.h> 20 template<
int N>
class Index;
23 MYRAMATH_EXPORT std::string Index2string(
const Index<1>& i);
24 MYRAMATH_EXPORT std::string Index2string(
const Index<2>& ij);
25 MYRAMATH_EXPORT std::string Index2string(
const Index<3>& ijk);