Alamo
|
#include <Matrix4_Full.H>
Public Member Functions | |
AMREX_GPU_HOST_DEVICE | Matrix4 () |
AMREX_FORCE_INLINE AMREX_GPU_HOST_DEVICE Scalar & | operator() (const int i, const int j, const int k, const int l) |
Scalar | operator() (const int i, const int j, const int k, const int l) const |
void | Print (std::ostream &os) |
bool | contains_nan () const |
Static Public Member Functions | |
static Matrix4< 3, Sym::Full > | Increment () |
static Matrix4< 3, Sym::Full > | Randomize () |
static Matrix4< 3, Sym::Full > | Zero () |
Private Attributes | |
Scalar | data [15] |
Definition at line 92 of file Matrix4_Full.H.
|
inline |
Definition at line 99 of file Matrix4_Full.H.
|
inline |
Definition at line 223 of file Matrix4_Full.H.
|
inlinestatic |
Definition at line 204 of file Matrix4_Full.H.
|
inline |
Definition at line 102 of file Matrix4_Full.H.
|
inline |
Definition at line 138 of file Matrix4_Full.H.
|
inline |
Definition at line 174 of file Matrix4_Full.H.
|
inlinestatic |
Definition at line 210 of file Matrix4_Full.H.
|
inlinestatic |
Definition at line 216 of file Matrix4_Full.H.
|
private |