votca 2024.2-dev
|
#include <cudamatrix.h>
Public Member Functions | |
CudaMatrixBlock (const M &mat, Index rowoffset, Index coloffset, Index rows, Index cols) | |
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_ |
Index | rows_ |
Index | cols_ |
Index | start_ |
Definition at line 61 of file cudamatrix.h.
|
inline |
Definition at line 63 of file cudamatrix.h.
|
inline |
Definition at line 75 of file cudamatrix.h.
|
inline |
Definition at line 77 of file cudamatrix.h.
|
inline |
Definition at line 76 of file cudamatrix.h.
|
inline |
Definition at line 74 of file cudamatrix.h.
|
inline |
Definition at line 73 of file cudamatrix.h.
|
inlinestaticconstexpr |
Definition at line 79 of file cudamatrix.h.
|
private |
Definition at line 84 of file cudamatrix.h.
|
private |
Definition at line 82 of file cudamatrix.h.
|
private |
Definition at line 83 of file cudamatrix.h.
|
private |
Definition at line 85 of file cudamatrix.h.