20 template <
typename DerivedA,
typename DerivedB>
22 const Eigen::MatrixBase<DerivedA> & A,
24 Eigen::PlainObjectBase<DerivedB> & B);
26 template <
typename DerivedA>
28 const Eigen::MatrixBase<DerivedA> & A,
const int base);
30#ifndef IGL_STATIC_LIBRARY
#define IGL_INLINE
Definition igl_inline.h:15
void mod(const Eigen::MatrixBase< DerivedA > &A, const int base, Eigen::PlainObjectBase< DerivedB > &B)
Compute elementwise mod: B = A % base.
typename PlainMatrixHelper< Derived, Rows, Cols, Options >::Type PlainMatrix
Some libigl implementations would (still do?) use a pattern like:
Definition PlainMatrix.h:91