Drake
Drake C++ Documentation
binomial_coefficient.h File Reference

Namespaces

 drake
 
 drake::math
 

Functions

int BinomialCoefficient (int n, int k)
 Computes the binomial coefficient n-choose-k efficiently using a dynamic programming recursion. More...