libigl v2.5.0
Loading...
Searching...
No Matches
nchoosek.h File Reference
#include "igl_inline.h"
#include <vector>
#include <Eigen/Core>
#include "nchoosek.cpp"

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 .