Alamo
Public Member Functions | Static Public Member Functions | Private Attributes
Set::Matrix4< 3, Sym::Full > Class Reference

Public Member Functions

AMREX_GPU_HOST_DEVICE Matrix4 ()
 
AMREX_FORCE_INLINE AMREX_GPU_HOST_DEVICE Scalaroperator() (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]
 

Detailed Description

Definition at line 92 of file Matrix4_Full.H.

Constructor & Destructor Documentation

◆ Matrix4()

AMREX_GPU_HOST_DEVICE Set::Matrix4< 3, Sym::Full >::Matrix4 ( )
inline

Definition at line 99 of file Matrix4_Full.H.

Member Function Documentation

◆ contains_nan()

bool Set::Matrix4< 3, Sym::Full >::contains_nan ( ) const
inline

Definition at line 223 of file Matrix4_Full.H.

◆ Increment()

static Matrix4<3,Sym::Full> Set::Matrix4< 3, Sym::Full >::Increment ( )
inlinestatic

Definition at line 204 of file Matrix4_Full.H.

◆ operator()() [1/2]

AMREX_FORCE_INLINE AMREX_GPU_HOST_DEVICE Scalar& Set::Matrix4< 3, Sym::Full >::operator() ( const int  i,
const int  j,
const int  k,
const int  l 
)
inline

Definition at line 102 of file Matrix4_Full.H.

Here is the call graph for this function:

◆ operator()() [2/2]

Scalar Set::Matrix4< 3, Sym::Full >::operator() ( const int  i,
const int  j,
const int  k,
const int  l 
) const
inline

Definition at line 138 of file Matrix4_Full.H.

Here is the call graph for this function:

◆ Print()

void Set::Matrix4< 3, Sym::Full >::Print ( std::ostream &  os)
inline

Definition at line 174 of file Matrix4_Full.H.

◆ Randomize()

static Matrix4<3,Sym::Full> Set::Matrix4< 3, Sym::Full >::Randomize ( )
inlinestatic

Definition at line 210 of file Matrix4_Full.H.

Here is the call graph for this function:

◆ Zero()

static Matrix4<3,Sym::Full> Set::Matrix4< 3, Sym::Full >::Zero ( )
inlinestatic

Definition at line 216 of file Matrix4_Full.H.

Field Documentation

◆ data

Scalar Set::Matrix4< 3, Sym::Full >::data[15]
private
Initial value:
= { NAN,NAN,NAN,NAN,NAN,
NAN,NAN,NAN,NAN,NAN,
NAN,NAN,NAN,NAN,NAN}

Definition at line 94 of file Matrix4_Full.H.


The documentation for this class was generated from the following file: