Pascal triangle coefficients calculator.
More...
#include <pascaltriangle.hpp>
|
static const std::vector< BigNatural > & | get (Size order) |
| Get and store one vector of coefficients after another. More...
|
|
Pascal triangle coefficients calculator.
Definition at line 34 of file pascaltriangle.hpp.
◆ PascalTriangle()
◆ get()
Get and store one vector of coefficients after another.
Definition at line 28 of file pascaltriangle.cpp.
◆ nextOrder()
◆ coefficients_
std::vector< std::vector< BigNatural > > coefficients_ |
|
staticprivate |