#include <amp.h>
Definition at line 1061 of file svd_si.h.
◆ deleteMpfr() [1/2]
Definition at line 30 of file amp.cpp.
31{
34 lst = ref;
35}
static mpfr_record_ptr & getList(unsigned int Precision)
◆ deleteMpfr() [2/2]
static void amp::mpfr_storage::deleteMpfr |
( |
mpfr_record * | ref | ) |
|
|
static |
◆ getList() [1/2]
Definition at line 63 of file amp.cpp.
64{
68 if( lastPrec!=Precision )
69 {
72 lastPrec = (int)Precision;
74 }
75 return lastList;
76}
std::vector< amp::mpfr_record * > _mpfr_storage_v
◆ getList() [2/2]
static mpfr_record_ptr & amp::mpfr_storage::getList |
( |
unsigned int | Precision | ) |
|
|
staticprivate |
◆ getRandState() [1/2]
gmp_randstate_t * amp::mpfr_storage::getRandState |
( |
| ) |
|
|
static |
Definition at line 37 of file amp.cpp.
38{
40 {
41 time_t _timer;
45 }
47}
VAR bool _mpfr_storage_init
VAR gmp_randstate_t _mpfr_storage_rs
◆ getRandState() [2/2]
static gmp_randstate_t * amp::mpfr_storage::getRandState |
( |
| ) |
|
|
static |
◆ newMpfr() [1/2]
Definition at line 11 of file amp.cpp.
12{
15 {
19 mpfr_init2(rec->
value, Precision);
21 lst = rec;
22 }
23
28}
◆ newMpfr() [2/2]
static mpfr_record * amp::mpfr_storage::newMpfr |
( |
unsigned int | Precision | ) |
|
|
static |
The documentation for this class was generated from the following files: