Classes | Namespaces | Functions
pascals_triangle.hpp File Reference
#include <ecl/config/macros.hpp>
#include <ecl/containers/array.hpp>
#include <ecl/formatters/common.hpp>
#include <ecl/formatters/number.hpp>
Include dependency graph for pascals_triangle.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ecl::PascalsTriangle< N >
 Holds the coefficients for pascal's triangle up to row N.
 
class  ecl::PascalsTriangle< 3 >
 Holds the coefficients of pascal's triangle up to n = 3.
 
class  ecl::PascalsTriangle< 5 >
 Holds the coefficients of pascal's triangle up to n = 5.
 

Namespaces

 ecl
 

Functions

OutputStream & ecl::operator<< (OutputStream &ostream, const PascalsTriangle< PowerN > &triangle)
 Streaming output insertion operator for for pascal triangles. More...
 
OutputStream & ecl::operator<< (OutputStream &ostream, const PascalsTriangle< 5 > &triangle)
 Insertion operator for streaming output from pascal's triangle of degree 5. More...
 
OutputStream & ecl::operator<< (OutputStream &ostream, const PascalsTriangle< 3 > &triangle)
 Insertion operator for streaming output from pascal's triangle of degree 3. More...
 


xbot_driver
Author(s): Roc, wangpeng@droid.ac.cn
autogenerated on Sat Oct 10 2020 03:27:38