|
Stokhos Development
|
Partial specialization of PackTraits for Sacado's PCE UQ type. More...
#include <Stokhos_Tpetra_UQ_PCE.hpp>
Public Types | |
| using | value_type = Sacado::UQ::PCE<S> |
| using | input_buffer_type = Kokkos::View<const char*, Kokkos::AnonymousSpace> |
| using | output_buffer_type = Kokkos::View<char*, Kokkos::AnonymousSpace> |
| using | input_array_type = Kokkos::View<const value_type*, Kokkos::AnonymousSpace> |
| using | output_array_type = Kokkos::View<value_type*, Kokkos::AnonymousSpace> |
| using | scalar_value_type = typename value_type::value_type |
| using | SPT = PackTraits<scalar_value_type> |
| using | scalar_input_array_type = typename SPT::input_array_type |
| using | scalar_output_array_type = typename SPT::output_array_type |
Static Public Attributes | |
| static const bool | compileTimeSize = false |
Whether the number of bytes required to pack one instance of value_type is fixed at compile time. | |
Partial specialization of PackTraits for Sacado's PCE UQ type.
| S | The underlying scalar type in the PCE UQ type. |