|
Stokhos Development
|
Public Types | |
| typedef Kokkos::View< Sacado::UQ::PCE< RS > **, RP... > | RMV |
| typedef Kokkos::View< const Sacado::UQ::PCE< XS > **, XP... > | XMV |
| typedef RMV::execution_space | execution_space |
| typedef SizeType | size_type |
| typedef Kokkos::ArithTraits< typename Kokkos::IntrinsicScalarType< XMV >::type > | ATS |
Public Member Functions | |
| MV_Reciprocal_Functor (const RMV &R, const XMV &X) | |
| KOKKOS_INLINE_FUNCTION void | operator() (const size_type &i) const |
Public Attributes | |
| const size_type | numCols |
| RMV | R_ |
| XMV | X_ |