libigl v2.5.0
|
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') | |