Intrepid
|
Public Types | |
typedef Return_Type< ArrayType, Scalar >::const_return_type | rtype |
Public Member Functions | |
ArrayWrapper (const 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 | |
const ArrayType & | view |
ArrayWrapper< Scalar, ArrayType, 1, true > | runtimewrapper1 |
ArrayWrapper< Scalar, ArrayType, 2, true > | runtimewrapper2 |
ArrayWrapper< Scalar, ArrayType, 3, true > | runtimewrapper3 |
ArrayWrapper< Scalar, ArrayType, 4, true > | runtimewrapper4 |
ArrayWrapper< Scalar, ArrayType, 5, true > | runtimewrapper5 |
Definition at line 318 of file Intrepid_Rank.hpp.
typedef Return_Type<ArrayType,Scalar>::const_return_type ArrayWrapper< Scalar, ArrayType,-1, true >::rtype |
Definition at line 320 of file Intrepid_Rank.hpp.
|
inline |
Definition at line 328 of file Intrepid_Rank.hpp.
|
inline |
Definition at line 336 of file Intrepid_Rank.hpp.
|
inline |
Definition at line 342 of file Intrepid_Rank.hpp.
|
inline |
Definition at line 345 of file Intrepid_Rank.hpp.
|
inline |
Definition at line 348 of file Intrepid_Rank.hpp.
|
inline |
Definition at line 351 of file Intrepid_Rank.hpp.
|
inline |
Definition at line 355 of file Intrepid_Rank.hpp.
|
inline |
Definition at line 339 of file Intrepid_Rank.hpp.
ArrayWrapper<Scalar,ArrayType,1,true> ArrayWrapper< Scalar, ArrayType,-1, true >::runtimewrapper1 |
Definition at line 322 of file Intrepid_Rank.hpp.
ArrayWrapper<Scalar,ArrayType,2,true> ArrayWrapper< Scalar, ArrayType,-1, true >::runtimewrapper2 |
Definition at line 323 of file Intrepid_Rank.hpp.
ArrayWrapper<Scalar,ArrayType,3,true> ArrayWrapper< Scalar, ArrayType,-1, true >::runtimewrapper3 |
Definition at line 324 of file Intrepid_Rank.hpp.
ArrayWrapper<Scalar,ArrayType,4,true> ArrayWrapper< Scalar, ArrayType,-1, true >::runtimewrapper4 |
Definition at line 325 of file Intrepid_Rank.hpp.
ArrayWrapper<Scalar,ArrayType,5,true> ArrayWrapper< Scalar, ArrayType,-1, true >::runtimewrapper5 |
Definition at line 326 of file Intrepid_Rank.hpp.
const ArrayType& ArrayWrapper< Scalar, ArrayType,-1, true >::view |
Definition at line 319 of file Intrepid_Rank.hpp.