|
MorphoGraphX
2.0-1-227
|
#include <DistMatrixCuda.hpp>
Public Types | |
| typedef thrust::device_vector< T > | DevMatV |
Public Member Functions | |
| addToDiagOP (DevMatV *_Mv, double _a) | |
| __host__ __device__ void | operator() (const uint vtx) const |
Public Attributes | |
| T * | Mv |
| double | a |
| int | sz |
Definition at line 72 of file DistMatrixCuda.hpp.
| typedef thrust::device_vector<T> mgx::addToDiagOP< T >::DevMatV |
Definition at line 78 of file DistMatrixCuda.hpp.
|
inline |
Definition at line 80 of file DistMatrixCuda.hpp.
|
inline |
Definition at line 84 of file DistMatrixCuda.hpp.
| double mgx::addToDiagOP< T >::a |
Definition at line 75 of file DistMatrixCuda.hpp.
| T* mgx::addToDiagOP< T >::Mv |
Definition at line 74 of file DistMatrixCuda.hpp.
| int mgx::addToDiagOP< T >::sz |
Definition at line 76 of file DistMatrixCuda.hpp.
1.8.17