|
ARB
|
#include "cxxforward.h"

Go to the source code of this file.
Functions | |
| CONSTEXPR_INLINE long | triangular_number (const long N) |
| CONSTEXPR_INLINE long | squarepyramidal_number (const long N) |
| CONSTEXPR_INLINE long | sum_of_triangular_numbers (const long L) |
| CONSTEXPR_INLINE long triangular_number | ( | const long | N | ) |
Definition at line 18 of file triangular.h.
Referenced by di_calculate_matrix(), di_calculate_tree_cb(), ConsensusTree::get_consensus_tree(), matrix_halfsize(), neighbourjoining(), sum_of_triangular_numbers(), and symmetric_matrix< AP_FLOAT >::symmetric_matrix().
| CONSTEXPR_INLINE long squarepyramidal_number | ( | const long | N | ) |
Definition at line 24 of file triangular.h.
Referenced by sum_of_triangular_numbers().
| CONSTEXPR_INLINE long sum_of_triangular_numbers | ( | const long | L | ) |
Definition at line 30 of file triangular.h.
References squarepyramidal_number(), and triangular_number().
Referenced by di_calculate_tree_cb(), and neighbourjoining().
1.8.8