30 const Eigen::MatrixBase<DerivedA> & A,
31 const Eigen::MatrixBase<DerivedB> & B,
32 Eigen::PlainObjectBase<DerivedC> & C,
33 Eigen::PlainObjectBase<DerivedIA> & IA,
34 Eigen::PlainObjectBase<DerivedIB> & IB);
37#ifndef IGL_STATIC_LIBRARY
#define IGL_INLINE
Definition igl_inline.h:15
void setxor(const Eigen::MatrixBase< DerivedA > &A, const Eigen::MatrixBase< DerivedB > &B, Eigen::PlainObjectBase< DerivedC > &C, Eigen::PlainObjectBase< DerivedIA > &IA, Eigen::PlainObjectBase< DerivedIB > &IB)
Set xor of elements of matrices.