Alamo
Functions
Eigen_Amrex.H File Reference

Go to the source code of this file.

Functions

AMREX_FORCE_INLINE void operator+= (amrex::Vector< amrex::Real > a)
 
Matrix< amrex::Real, AMREX_SPACEDIM, 1 > operator* (const amrex::Vector< amrex::Real > &x)
 
Matrix< _Scalar, _Rows, _Cols > & operator*= (const amrex::Vector< amrex::Real > &x)
 
 operator amrex::Vector< amrex::Real > ()
 

Function Documentation

◆ operator amrex::Vector< amrex::Real >()

operator amrex::Vector< amrex::Real > ( )

Definition at line 26 of file Eigen_Amrex.H.

◆ operator*()

Matrix<amrex::Real,AMREX_SPACEDIM,1> operator* ( const amrex::Vector< amrex::Real > &  x)

Definition at line 9 of file Eigen_Amrex.H.

◆ operator*=()

Matrix<_Scalar,_Rows,_Cols>& operator*= ( const amrex::Vector< amrex::Real > &  x)

Definition at line 18 of file Eigen_Amrex.H.

◆ operator+=()

AMREX_FORCE_INLINE void operator+= ( amrex::Vector< amrex::Real >  a)

Definition at line 2 of file Eigen_Amrex.H.