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.
int* DPsim::GpuDenseAdapter::GpuData::errInfo |
Errorinfo.
Definition at line 55 of file GpuDenseAdapter.h.
double* DPsim::GpuDenseAdapter::GpuData::matrix |
Device copy of System-Matrix.
Definition at line 44 of file GpuDenseAdapter.h.
int* DPsim::GpuDenseAdapter::GpuData::pivSeq |
Pivoting-Sequence.
Definition at line 53 of file GpuDenseAdapter.h.
UInt DPsim::GpuDenseAdapter::GpuData::size |
Size of one dimension.
Definition at line 46 of file GpuDenseAdapter.h.
double* DPsim::GpuDenseAdapter::GpuData::vector |
Device copy of Vector.
Definition at line 48 of file GpuDenseAdapter.h.
double* DPsim::GpuDenseAdapter::GpuData::workSpace |
Device-Workspace for getrf.
Definition at line 51 of file GpuDenseAdapter.h.