DPsim
Public Attributes | List of all members
DPsim::GpuDenseAdapter::GpuData Struct Reference

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.
 

Detailed Description

Variables for solving one Equation-system (All pointer are device-pointer)

Definition at line 42 of file GpuDenseAdapter.h.


The documentation for this struct was generated from the following file: