|
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) |
|