libigl v2.5.0
Loading...
Searching...
No Matches
setdiff.h File Reference
#include "igl_inline.h"
#include <Eigen/Core>
#include "setdiff.cpp"

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

template<typename DerivedA , typename DerivedB , typename DerivedC , typename DerivedIA >
void igl::setdiff (const Eigen::MatrixBase< DerivedA > &A, const Eigen::MatrixBase< DerivedB > &B, Eigen::PlainObjectBase< DerivedC > &C, Eigen::PlainObjectBase< DerivedIA > &IA)
 Set difference of elements of matrices.