#include <tpf_ncrnpr.hpp>
|
template<typename Type > |
void | offset_nr (Type offset) |
|
template<typename Type > |
void | offset_n (Type offset) |
|
template<typename Type > |
void | offset_r (Type offset) |
|
Definition at line 457 of file tpf_ncrnpr.hpp.
◆ m_th_t
◆ number_t
◆ rational_t
◆ signed_m_th_t
◆ combination() [1/4]
tpf::ncrnpr::combination::combination |
( |
| ) |
|
|
inline |
◆ combination() [2/4]
tpf::ncrnpr::combination::combination |
( |
const combination & |
| ) |
|
|
default |
◆ combination() [3/4]
template<typename Type >
tpf::ncrnpr::combination::combination |
( |
Type |
n | ) |
|
|
inline |
◆ combination() [4/4]
template<typename Type1 , typename Type2 >
tpf::ncrnpr::combination::combination |
( |
Type1 |
n, |
|
|
Type2 |
r |
|
) |
| |
|
inline |
◆ decrement_n()
number_t tpf::ncrnpr::combination::decrement_n |
( |
| ) |
|
|
inline |
◆ decrement_nr()
number_t tpf::ncrnpr::combination::decrement_nr |
( |
| ) |
|
|
inline |
◆ decrement_r()
number_t tpf::ncrnpr::combination::decrement_r |
( |
| ) |
|
|
inline |
◆ increment_n()
number_t tpf::ncrnpr::combination::increment_n |
( |
| ) |
|
|
inline |
◆ increment_nr()
number_t tpf::ncrnpr::combination::increment_nr |
( |
| ) |
|
|
inline |
◆ increment_r()
number_t tpf::ncrnpr::combination::increment_r |
( |
| ) |
|
|
inline |
◆ offset_n()
template<typename Type >
void tpf::ncrnpr::combination::offset_n |
( |
Type |
offset | ) |
|
|
inlineprotected |
◆ offset_nr()
template<typename Type >
void tpf::ncrnpr::combination::offset_nr |
( |
Type |
offset | ) |
|
|
inlineprotected |
◆ offset_r()
template<typename Type >
void tpf::ncrnpr::combination::offset_r |
( |
Type |
offset | ) |
|
|
inlineprotected |
◆ operator Type()
template<typename Type >
tpf::ncrnpr::combination::operator Type |
( |
| ) |
const |
|
inline |
◆ operator()() [1/2]
number_t tpf::ncrnpr::combination::operator() |
( |
| ) |
const |
|
inline |
◆ operator()() [2/2]
template<typename Type1 , typename Type2 >
number_t tpf::ncrnpr::combination::operator() |
( |
Type1 |
n, |
|
|
Type2 |
r |
|
) |
| |
|
inline |
◆ operator=()
◆ reset()
template<typename Type1 , typename Type2 >
number_t tpf::ncrnpr::combination::reset |
( |
Type1 |
n = Type1{} , |
|
|
Type2 |
r = Type2{} |
|
) |
| |
|
inline |
◆ set_n()
template<typename Type >
number_t tpf::ncrnpr::combination::set_n |
( |
Type |
n | ) |
|
|
inline |
◆ set_r()
template<typename Type >
number_t tpf::ncrnpr::combination::set_r |
( |
Type |
r | ) |
|
|
inline |
◆ operator<<
std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const combination & |
cb |
|
) |
| |
|
friend |
◆ m_n
number_t tpf::ncrnpr::combination::m_n {} |
|
mutableprotected |
◆ m_ncr
number_t tpf::ncrnpr::combination::m_ncr {1} |
|
protected |
◆ m_r
number_t tpf::ncrnpr::combination::m_r {} |
|
protected |
The documentation for this class was generated from the following file: