libigl v2.5.0
|
Go to the source code of this file.
Namespaces | |
namespace | igl |
Functions | |
double | igl::nchoosek (const int n, const int k) |
Binomial coefficient. | |
template<typename DerivedV , typename DerivedU > | |
void | igl::nchoosek (const Eigen::MatrixBase< DerivedV > &V, const int k, Eigen::PlainObjectBase< DerivedU > &U) |
All combinations . | |