16 #ifndef OPENKALMAN_MAKE_EIGEN_TENSOR_WRAPPER_HPP 17 #define OPENKALMAN_MAKE_EIGEN_TENSOR_WRAPPER_HPP 25 template<indexible Arg>
27 template<
typename Arg, std::enable_if_t<indexible<Arg>,
int> = 0>
38 #endif //OPENKALMAN_MAKE_EIGEN_TENSOR_WRAPPER_HPP Definition: eigen-forward-declarations.hpp:22
auto make_eigen_tensor_wrapper(Arg &&arg)
Make a LibraryWrapper for the Eigen tensor library.
Definition: make_eigen_tensor_wrapper.hpp:30
Definition: forward-class-declarations.hpp:580