30 template <
typename DerivedV,
typename DerivedU>
32 const Eigen::MatrixBase<DerivedV> & V,
34 Eigen::PlainObjectBase<DerivedU> & U);
38#ifndef IGL_STATIC_LIBRARY
39#include "nchoosek.cpp"
#define IGL_INLINE
Definition igl_inline.h:15
double nchoosek(const int n, const int k)
Binomial coefficient.