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

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

template<typename DerivedA , typename DerivedB , typename DerivedIA , typename DerivedLOCB >
void igl::ismember_rows (const Eigen::MatrixBase< DerivedA > &A, const Eigen::MatrixBase< DerivedB > &B, Eigen::PlainObjectBase< DerivedIA > &IA, Eigen::PlainObjectBase< DerivedLOCB > &LOCB)
 Determine if row of A exist in rows of B.