Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include "Sacado_UQ_PCE.hpp"
#include "Kokkos_View_UQ_PCE.hpp"
#include "Kokkos_InnerProductSpaceTraits_UQ_PCE.hpp"
#include "KokkosSparse_CrsMatrix.hpp"
#include "KokkosSparse_spmv.hpp"
#include "Kokkos_Blas1_UQ_PCE.hpp"
#include "Stokhos_Multiply.hpp"
#include "Stokhos_CrsProductTensor.hpp"
Go to the source code of this file.
Namespaces | |
Stokhos | |
Top-level namespace for Stokhos classes and functions. | |
Stokhos::Impl | |
KokkosSparse | |
Functions | |
template<typename AlphaType , typename BetaType , typename MatrixType , typename InputType , typename... InputP, typename OutputType , typename... OutputP> | |
std::enable_if < Kokkos::is_view_uq_pce < Kokkos::View< InputType, InputP... > >::value &&Kokkos::is_view_uq_pce < Kokkos::View< OutputType, OutputP... > >::value >::type | KokkosSparse::spmv (KokkosKernels::Experimental::Controls, const char mode[], const AlphaType &a, const MatrixType &A, const Kokkos::View< InputType, InputP... > &x, const BetaType &b, const Kokkos::View< OutputType, OutputP... > &y, const RANK_ONE) |
template<typename AlphaType , typename BetaType , typename MatrixType , typename InputType , typename... InputP, typename OutputType , typename... OutputP> | |
std::enable_if < Kokkos::is_view_uq_pce < Kokkos::View< InputType, InputP... > >::value &&Kokkos::is_view_uq_pce < Kokkos::View< OutputType, OutputP... > >::value >::type | KokkosSparse::spmv (KokkosKernels::Experimental::Controls, const char mode[], const AlphaType &a, const MatrixType &A, const Kokkos::View< InputType, InputP... > &x, const BetaType &b, const Kokkos::View< OutputType, OutputP... > &y, const RANK_TWO) |