// // Created by cflin on 4/20/23. // #ifndef TOP3D_UTIL_H #define TOP3D_UTIL_H #include #include #include "TensorWrapper.h" namespace top { using Tensor3d=TensorWrapper; using Tensor3i=TensorWrapper; using Eigen::all; using SpMat=Eigen::SparseMatrix; template class Util { }; } // top #endif //TOP3D_UTIL_H