Inherits Singleton< t_lfact >.
Public Member Functions | |
| double | get_lfact (unsigned long n) | 
Protected Member Functions | |
| t_lfact () | |
Private Attributes | |
| vector< double > | p_lf | 
Friends | |
| class | Singleton< t_lfact > | 
Definition at line 370 of file thirdparty.cpp.
| t_lfact::t_lfact | ( | ) |  [inline, protected] | 
        
Definition at line 374 of file thirdparty.cpp.
References p_lf.
| double t_lfact::get_lfact | ( | unsigned long | n | ) |  [inline] | 
        
Definition at line 372 of file thirdparty.cpp.
vector<double> t_lfact::p_lf [private] | 
        
Definition at line 381 of file thirdparty.cpp.
Referenced by get_lfact(), and t_lfact().
 1.6.1