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