25 const Eigen::MatrixBase<DerivedS> & S,
26 const Eigen::MatrixBase<DerivedV> & V,
27 Eigen::PlainObjectBase<DerivedA> & A);
38 const Eigen::MatrixBase<DerivedS> & S,
39 const typename DerivedA::Scalar V,
40 Eigen::PlainObjectBase<DerivedA> & A);
43#ifndef IGL_STATIC_LIBRARY
44# include "accumarray.cpp"
void accumarray(const Eigen::MatrixBase< DerivedS > &S, const Eigen::MatrixBase< DerivedV > &V, Eigen::PlainObjectBase< DerivedA > &A)
Accumulate values in V using subscripts in S.