#include <Eigen/Core>
#include <type_traits>
#include <Eigen/Dense>
Go to the source code of this file.
|
| template<typename... Ts> |
| using | std::void_t = void |
| template<typename Derived, int Rows = Derived::RowsAtCompileTime, int Cols = Derived::ColsAtCompileTime, int Options = get_options<Derived>::value> |
| using | igl::PlainMatrix = typename PlainMatrixHelper<Derived, Rows, Cols, Options>::Type |
| | Some libigl implementations would (still do?) use a pattern like:
|
◆ IGL_DEFAULT_MAJORING
| #define IGL_DEFAULT_MAJORING Eigen::ColMajor |