|
MorphoGraphX
2.0-1-227
|
#include <DistMatrixCuda.hpp>
Public Member Functions | |
| jacobiPreCondOP (DeviceVu *_Nb, thrust::device_vector< T > *_Mv, thrust::device_vector< T > *_Me, thrust::device_vector< T > *_Av, thrust::device_vector< T > *_Ae, uint _nbs) | |
| __host__ __device__ void | operator() (const uint vtx) const |
Public Attributes | |
| uint * | Nb |
| T * | Mv |
| T * | Me |
| T * | Av |
| T * | Ae |
| uint | nbs |
Definition at line 95 of file DistMatrixCuda.hpp.
|
inline |
Definition at line 102 of file DistMatrixCuda.hpp.
|
inline |
Definition at line 107 of file DistMatrixCuda.hpp.
| T * mgx::jacobiPreCondOP< T >::Ae |
Definition at line 99 of file DistMatrixCuda.hpp.
| T* mgx::jacobiPreCondOP< T >::Av |
Definition at line 99 of file DistMatrixCuda.hpp.
| T * mgx::jacobiPreCondOP< T >::Me |
Definition at line 98 of file DistMatrixCuda.hpp.
| T* mgx::jacobiPreCondOP< T >::Mv |
Definition at line 98 of file DistMatrixCuda.hpp.
| uint* mgx::jacobiPreCondOP< T >::Nb |
Definition at line 97 of file DistMatrixCuda.hpp.
| uint mgx::jacobiPreCondOP< T >::nbs |
Definition at line 100 of file DistMatrixCuda.hpp.
1.8.17