25 const std::vector<T> & A,
27 std::vector<size_t> & IA,
28 std::vector<size_t> & IC);
32 const std::vector<T> & A,
41 const Eigen::MatrixBase<DerivedA> & A,
42 Eigen::PlainObjectBase<DerivedC> & C,
43 Eigen::PlainObjectBase<DerivedIA> & IA,
44 Eigen::PlainObjectBase<DerivedIC> & IC);
50 const Eigen::MatrixBase<DerivedA> & A,
51 Eigen::PlainObjectBase<DerivedC> & C);
54#ifndef IGL_STATIC_LIBRARY
#define IGL_INLINE
Definition igl_inline.h:15
void unique(const std::vector< T > &A, std::vector< T > &C, std::vector< size_t > &IA, std::vector< size_t > &IC)
Act like matlab's [C,IA,IC] = unique(X)