#include "igl_inline.h"
#include <Eigen/Core>
#include "mod.cpp"
Go to the source code of this file.
|
template<typename DerivedA , typename DerivedB > |
void | igl::mod (const Eigen::PlainObjectBase< DerivedA > &A, const int base, Eigen::PlainObjectBase< DerivedB > &B) |
| Compute elementwise mod: B = A % base.
|
|
template<typename DerivedA > |
DerivedA | igl::mod (const Eigen::PlainObjectBase< DerivedA > &A, const int base) |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
|