|
MorphoGraphX
2.0-1-227
|
#include <DistMatrixCuda.hpp>
Public Types | |
| typedef thrust::device_vector< MatT > | DevMatV |
| typedef thrust::device_vector< VecT > | DevVecV |
Public Member Functions | |
| multMVOP (DeviceVu *_Nb, DevMatV *_Mv, DevMatV *_Me, DevVecV *_v, DevVecV *_r, uint _nbs) | |
| __host__ __device__ void | operator() (const uint vtx) const |
Public Attributes | |
| uint * | Nb |
| MatT * | Mv |
| MatT * | Me |
| VecT * | v |
| VecT * | r |
| uint | nbs |
Definition at line 40 of file DistMatrixCuda.hpp.
| typedef thrust::device_vector<MatT> mgx::multMVOP< MatT, VecT >::DevMatV |
Definition at line 49 of file DistMatrixCuda.hpp.
| typedef thrust::device_vector<VecT> mgx::multMVOP< MatT, VecT >::DevVecV |
Definition at line 50 of file DistMatrixCuda.hpp.
|
inline |
Definition at line 52 of file DistMatrixCuda.hpp.
|
inline |
Definition at line 56 of file DistMatrixCuda.hpp.
| MatT * mgx::multMVOP< MatT, VecT >::Me |
Definition at line 43 of file DistMatrixCuda.hpp.
| MatT* mgx::multMVOP< MatT, VecT >::Mv |
Definition at line 43 of file DistMatrixCuda.hpp.
| uint* mgx::multMVOP< MatT, VecT >::Nb |
Definition at line 42 of file DistMatrixCuda.hpp.
| uint mgx::multMVOP< MatT, VecT >::nbs |
Definition at line 46 of file DistMatrixCuda.hpp.
| VecT* mgx::multMVOP< MatT, VecT >::r |
Definition at line 45 of file DistMatrixCuda.hpp.
| VecT* mgx::multMVOP< MatT, VecT >::v |
Definition at line 44 of file DistMatrixCuda.hpp.
1.8.17