Intrepid
|
Public Types | |
typedef Return_Type< ArrayType, Scalar >::return_type | rtype |
Public Member Functions | |
ArrayWrapper (ArrayType &view_) | |
int | dimension (int i) const |
int | rank () const |
rtype | operator() (const int i0) const |
rtype | operator() (const int i0, const int i1) const |
rtype | operator() (const int i0, const int i1, const int i2) const |
rtype | operator() (const int i0, const int i1, const int i2, const int i3) const |
rtype | operator() (const int i0, const int i1, const int i2, const int i3, const int i4) const |
Public Attributes | |
ArrayType & | view |
ArrayWrapper< Scalar, ArrayType, 1, false > | runtimewrapper1 |
ArrayWrapper< Scalar, ArrayType, 2, false > | runtimewrapper2 |
ArrayWrapper< Scalar, ArrayType, 3, false > | runtimewrapper3 |
ArrayWrapper< Scalar, ArrayType, 4, false > | runtimewrapper4 |
ArrayWrapper< Scalar, ArrayType, 5, false > | runtimewrapper5 |
Definition at line 104 of file Intrepid_Rank.hpp.
typedef Return_Type<ArrayType,Scalar>::return_type ArrayWrapper< Scalar, ArrayType,-1, false >::rtype |
Definition at line 106 of file Intrepid_Rank.hpp.
|
inline |
Definition at line 114 of file Intrepid_Rank.hpp.
|
inline |
Definition at line 122 of file Intrepid_Rank.hpp.
|
inline |
Definition at line 129 of file Intrepid_Rank.hpp.
|
inline |
Definition at line 133 of file Intrepid_Rank.hpp.
|
inline |
Definition at line 137 of file Intrepid_Rank.hpp.
|
inline |
Definition at line 141 of file Intrepid_Rank.hpp.
|
inline |
Definition at line 146 of file Intrepid_Rank.hpp.
|
inline |
Definition at line 125 of file Intrepid_Rank.hpp.
ArrayWrapper<Scalar,ArrayType,1,false> ArrayWrapper< Scalar, ArrayType,-1, false >::runtimewrapper1 |
Definition at line 108 of file Intrepid_Rank.hpp.
ArrayWrapper<Scalar,ArrayType,2,false> ArrayWrapper< Scalar, ArrayType,-1, false >::runtimewrapper2 |
Definition at line 109 of file Intrepid_Rank.hpp.
ArrayWrapper<Scalar,ArrayType,3,false> ArrayWrapper< Scalar, ArrayType,-1, false >::runtimewrapper3 |
Definition at line 110 of file Intrepid_Rank.hpp.
ArrayWrapper<Scalar,ArrayType,4,false> ArrayWrapper< Scalar, ArrayType,-1, false >::runtimewrapper4 |
Definition at line 111 of file Intrepid_Rank.hpp.
ArrayWrapper<Scalar,ArrayType,5,false> ArrayWrapper< Scalar, ArrayType,-1, false >::runtimewrapper5 |
Definition at line 112 of file Intrepid_Rank.hpp.
ArrayType& ArrayWrapper< Scalar, ArrayType,-1, false >::view |
Definition at line 105 of file Intrepid_Rank.hpp.