|
@@ -23,6 +23,9 @@ namespace igl
|
|
|
const Eigen::PlainObjectBase<DerivedA> & A,
|
|
|
const int base,
|
|
|
Eigen::PlainObjectBase<DerivedB> & B);
|
|
|
+ template <typename DerivedA>
|
|
|
+ IGL_INLINE Eigen::PlainObjectBase<DerivedA> mod(
|
|
|
+ const Eigen::PlainObjectBase<DerivedA> & A, const int base);
|
|
|
}
|
|
|
#ifndef IGL_STATIC_LIBRARY
|
|
|
#include "mod.cpp"
|