Kokkos Core Kernels Package  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Namespaces | Functions
Kokkos_CrsMatrix_MKL.hpp File Reference

Intel MKL version of Kokkos' sparse matrix interface. More...

#include <impl/Kokkos_PhysicalLayout.hpp>

Go to the source code of this file.

Namespaces

 Kokkos
 

Functions

template<typename T , class RangeVector , class CrsMatrix , class DomainVector >
bool Kokkos::MV_Multiply_DoMKL (typename Kokkos::Impl::enable_if< !Kokkos::Impl::is_same< T, double >::value &&!Kokkos::Impl::is_same< T, float >::value, typename RangeVector::value_type >::type s_b, const RangeVector &y, typename DomainVector::value_type s_a, const CrsMatrix &A, const DomainVector &x)
 Attempt to compute y = s_a * A * x using Intel MKL. More...
 

Detailed Description

Intel MKL version of Kokkos' sparse matrix interface.

Definition in file Kokkos_CrsMatrix_MKL.hpp.