|
OPALX (Object Oriented Parallel Accelerator Library for Exascal) master (dc2a29eed580)
OPALX
|
#include <Matrix.h>

Public Member Functions | |
| KOKKOS_INLINE_FUNCTION | matrix_t () |
| KOKKOS_INLINE_FUNCTION | matrix_t (double init_value) |
| KOKKOS_INLINE_FUNCTION | matrix_t (const matrix_t &right) |
| KOKKOS_INLINE_FUNCTION matrix_t & | operator= (const matrix_t &right) |
| KOKKOS_INLINE_FUNCTION double & | operator() (int r, int c) |
| KOKKOS_INLINE_FUNCTION double | operator() (int r, int c) const |
| KOKKOS_INLINE_FUNCTION int | size1 () const |
| KOKKOS_INLINE_FUNCTION int | size2 () const |
Public Attributes | |
| double | m [Rows][Cols] |
|
inline |
Definition at line 34 of file Matrix.h.
References matrix_t< Rows, Cols >::m.
|
inline |
Definition at line 50 of file Matrix.h.
References matrix_t< Rows, Cols >::m.
|
inline |
Definition at line 60 of file Matrix.h.
References matrix_t< Rows, Cols >::m.
|
inline |
Definition at line 83 of file Matrix.h.
References matrix_t< Rows, Cols >::m.
|
inline |
Definition at line 86 of file Matrix.h.
References matrix_t< Rows, Cols >::m.
|
inline |
Definition at line 70 of file Matrix.h.
References matrix_t< Rows, Cols >::m.
|
inline |
|
inline |
| double matrix_t< Rows, Cols >::m[Rows][Cols] |
Definition at line 30 of file Matrix.h.
Referenced by matrix_t< Rows, Cols >::matrix_t(), matrix_t< Rows, Cols >::matrix_t(), matrix_t< Rows, Cols >::matrix_t(), matrix_t< Rows, Cols >::operator()(), matrix_t< Rows, Cols >::operator()(), and matrix_t< Rows, Cols >::operator=().