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

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

template<typename DerivedA , typename DerivedC , typename DerivedIA , typename DerivedIC >
void igl::unique_rows (const Eigen::DenseBase< DerivedA > &A, Eigen::PlainObjectBase< DerivedC > &C, Eigen::PlainObjectBase< DerivedIA > &IA, Eigen::PlainObjectBase< DerivedIC > &IC)
 Act like matlab's [C,IA,IC] = unique(X,'rows')