Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include "Kokkos_Core.hpp"
#include <vector>
Go to the source code of this file.
Namespaces | |
Stokhos | |
Top-level namespace for Stokhos classes and functions. | |
Stokhos::details | |
Functions | |
template<typename MatrixType , typename InputVectorType , typename OutputVectorType > | |
void | Stokhos::multiply (const MatrixType &A, const InputVectorType &x, OutputVectorType &y) |
template<typename MatrixType , typename InputVectorType , typename OutputVectorType > | |
void | Stokhos::multiply (const MatrixType &A, const InputVectorType &x, OutputVectorType &y, DefaultMultiply tag) |
template<typename MatrixType , typename InputVectorType , typename OutputVectorType , typename ColumnIndicesType > | |
void | Stokhos::multiply (const MatrixType &A, const InputVectorType &x, OutputVectorType &y, const ColumnIndicesType &col) |
template<typename MatrixType , typename InputVectorType , typename OutputVectorType , typename ColumnIndicesType > | |
void | Stokhos::multiply (const MatrixType &A, const InputVectorType &x, OutputVectorType &y, const ColumnIndicesType &col, DefaultMultiply tag) |
template<typename scalar_type , typename execution_space , typename size_type > | |
KOKKOS_INLINE_FUNCTION Kokkos::pair< size_type, size_type > | Stokhos::details::compute_work_range (const execution_space device, const size_type work_count, const size_type thread_count, const size_type thread_rank) |