|
|
mutex_t | start_mutex |
| |
|
mutex_t | end_mutex |
| |
|
mutex_t | startBlock_mutex |
| |
|
mutex_t | endBlock_mutex |
| |
|
cond_t | start_cond |
| |
|
cond_t | end_cond |
| |
|
cond_t | startBlock_cond |
| |
|
cond_t | endBlock_cond |
| |
|
double * | A |
| |
|
double * | X |
| |
|
double * | B |
| |
|
int | n |
| |
|
int | kd |
| |
|
int | blockSize |
| |
|
int | currentBlock |
| |
|
int | workToDo |
| |
|
int | info |
| |
|
int | threadID |
| |
|
int | numThreads |
| |
|
int | threadsDone |
| |
|
int | threadsDoneBlock |
| |
|
int * | iDiagLoc |
| |
|
int | size |
| |
|
int | maxColHeight |
| |
|
double | minDiagTol |
| |
|
int * | RowTop |
| |
|
double ** | topRowPtr |
| |
|
double * | invD |
| |
The documentation for this struct was generated from the following files:
- /usr/local/src/prg/xc/src/solution/system_of_eqn/linearSOE/bandSPD/BandSPDLinThreadSolver.cpp
- /usr/local/src/prg/xc/src/solution/system_of_eqn/linearSOE/profileSPD/ProfileSPDLinDirectThreadSolver.cpp