19  template <
typename DerivedA, 
typename DerivedB>
 
   21    const Eigen::PlainObjectBase<DerivedA> & A,
 
   23    Eigen::PlainObjectBase<DerivedB> & B);
 
   25  template <
typename DerivedA>
 
   27    const Eigen::PlainObjectBase<DerivedA> & A, 
const int base);
 
   29#ifndef IGL_STATIC_LIBRARY 
#define IGL_INLINE
Definition igl_inline.h:15
 
void mod(const Eigen::PlainObjectBase< DerivedA > &A, const int base, Eigen::PlainObjectBase< DerivedB > &B)
Compute elementwise mod: B = A % base.