|
votca 2025.1-dev
|
#include <cudamatrix.h>
Public Member Functions | |
| CudaMatrixTranspose (const M &mat) | |
| Index | size () const |
| Index | rows () const |
| Index | cols () const |
| Index | ld () const |
| double * | data () const |
Static Public Member Functions | |
| static constexpr bool | transposed () |
Private Attributes | |
| const M & | mat_ |
Definition at line 89 of file cudamatrix.h.
|
inline |
Definition at line 91 of file cudamatrix.h.
|
inline |
Definition at line 94 of file cudamatrix.h.
|
inline |
Definition at line 96 of file cudamatrix.h.
|
inline |
Definition at line 95 of file cudamatrix.h.
|
inline |
Definition at line 93 of file cudamatrix.h.
|
inline |
Definition at line 92 of file cudamatrix.h.
|
inlinestaticconstexpr |
Definition at line 98 of file cudamatrix.h.
|
private |
Definition at line 101 of file cudamatrix.h.