DPsim
|
Variables for solving one Equation-system (All pointer are device-pointer) More...
#include <GpuDenseAdapter.h>
Public Attributes | |
double * | matrix |
Device copy of System-Matrix. | |
UInt | size |
Size of one dimension. | |
double * | vector |
Device copy of Vector. | |
double * | workSpace |
Device-Workspace for getrf. | |
int * | pivSeq |
Pivoting-Sequence. | |
int * | errInfo |
Errorinfo. | |
Variables for solving one Equation-system (All pointer are device-pointer)
Definition at line 42 of file GpuDenseAdapter.h.