Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
Public Types | |
typedef Value | value_type |
typedef Device | execution_space |
typedef Stokhos::KL::ExponentialRandomField < value_type, execution_space > | rf_type |
typedef Kokkos::View < value_type *, execution_space > | point_type |
typedef Kokkos::View < value_type *, execution_space > | rv_type |
typedef Kokkos::View < value_type *, execution_space > | result_type |
Public Member Functions | |
RF (const rf_type &rf_, const point_type &x_, const rv_type &rv_) | |
KOKKOS_INLINE_FUNCTION void | operator() (const unsigned i) const |
Public Attributes | |
const rf_type | rf |
const point_type | x |
const rv_type | rv |
const result_type | y |
Definition at line 23 of file random_field_example.cpp.
typedef Value RF< Value, Device >::value_type |
Definition at line 24 of file random_field_example.cpp.
typedef Device RF< Value, Device >::execution_space |
Definition at line 25 of file random_field_example.cpp.
typedef Stokhos::KL::ExponentialRandomField<value_type,execution_space> RF< Value, Device >::rf_type |
Definition at line 27 of file random_field_example.cpp.
typedef Kokkos::View<value_type*,execution_space> RF< Value, Device >::point_type |
Definition at line 28 of file random_field_example.cpp.
typedef Kokkos::View<value_type*,execution_space> RF< Value, Device >::rv_type |
Definition at line 29 of file random_field_example.cpp.
typedef Kokkos::View<value_type*,execution_space> RF< Value, Device >::result_type |
Definition at line 30 of file random_field_example.cpp.
|
inline |
Definition at line 36 of file random_field_example.cpp.
|
inline |
Definition at line 43 of file random_field_example.cpp.
const rf_type RF< Value, Device >::rf |
Definition at line 31 of file random_field_example.cpp.
const point_type RF< Value, Device >::x |
Definition at line 32 of file random_field_example.cpp.
const rv_type RF< Value, Device >::rv |
Definition at line 33 of file random_field_example.cpp.
const result_type RF< Value, Device >::y |
Definition at line 34 of file random_field_example.cpp.