Drake
Drake C++ Documentation
Loading...
Searching...
No Matches
binomial_coefficient.h File Reference

Namespaces

namespace  drake
namespace  drake::math

Functions

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