Definition at line 104 of file gpdtsolve.cpp.
Public Member Functions | |
| sCache (sKernel *sk, int Mbyte, int ell) | |
| ~sCache () | |
| cachetype * | FillRow (int row, int IsC=0) |
| cachetype * | GetRow (int row) |
| int | DivideMP (int *out, int *in, int n) |
| void | Iteration (void) |
| int | CheckCycle (void) |
Classes | |
| struct | cache_entry |
| sCache::sCache | ( | sKernel * | sk, | |
| int | Mbyte, | |||
| int | ell | |||
| ) |
Definition at line 158 of file gpdtsolve.cpp.
| sCache::~sCache | ( | ) |
Definition at line 192 of file gpdtsolve.cpp.
| cachetype * sCache::FillRow | ( | int | row, | |
| int | IsC = 0 | |||
| ) |
Definition at line 264 of file gpdtsolve.cpp.
| cachetype * sCache::GetRow | ( | int | row | ) |
Definition at line 207 of file gpdtsolve.cpp.
| int sCache::DivideMP | ( | int * | out, | |
| int * | in, | |||
| int | n | |||
| ) |
Definition at line 287 of file gpdtsolve.cpp.
| void sCache::Iteration | ( | void | ) |
Definition at line 117 of file gpdtsolve.cpp.
| int sCache::CheckCycle | ( | void | ) |
Definition at line 120 of file gpdtsolve.cpp.