|
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) |
| void | Randomize () |
| bool | contains_nan () const |
Static Public Member Functions | |
| static Matrix4< 3, Sym::Full > | Increment () |
| static Matrix4< 3, Sym::Full > | Random () |
| static Matrix4< 3, Sym::Full > | Zero () |
Private Attributes | |
| Scalar | data [15] |
Definition at line 94 of file Matrix4_Full.H.
|
inline |
Definition at line 101 of file Matrix4_Full.H.
|
inline |
Definition at line 229 of file Matrix4_Full.H.
|
inlinestatic |
Definition at line 206 of file Matrix4_Full.H.
|
inline |
Definition at line 104 of file Matrix4_Full.H.
|
inline |
Definition at line 140 of file Matrix4_Full.H.
|
inline |
Definition at line 176 of file Matrix4_Full.H.
|
inlinestatic |
Definition at line 216 of file Matrix4_Full.H.
|
inline |
Definition at line 212 of file Matrix4_Full.H.
|
inlinestatic |
Definition at line 222 of file Matrix4_Full.H.
|
private |