Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <type_traits>
#include "Sacado_MP_Vector.hpp"
#include "Kokkos_View_MP_Vector.hpp"
#include "KokkosSparse_CrsMatrix.hpp"
#include "Kokkos_ArithTraits_MP_Vector.hpp"
#include "KokkosSparse_spmv.hpp"
#include "Kokkos_Blas1_MP_Vector.hpp"
#include "Kokkos_Core.hpp"
#include "Stokhos_Multiply.hpp"
#include "Teuchos_TestForException.hpp"
Go to the source code of this file.
Namespaces | |
Stokhos | |
Top-level namespace for Stokhos classes and functions. | |
Stokhos::details | |
KokkosSparse | |
Functions | |
template<typename AlphaType , typename BetaType , typename MatrixType , typename InputType , typename... InputP, typename OutputType , typename... OutputP> | |
std::enable_if < Kokkos::is_view_mp_vector < Kokkos::View< InputType, InputP... > >::value &&Kokkos::is_view_mp_vector < 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_mp_vector < Kokkos::View< InputType, InputP... > >::value &&Kokkos::is_view_mp_vector < 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) |