|
Stokhos Package Browser (Single Doxygen Collection) Version of the Day
|
#include <cusp/array1d.h>#include <cusp/detail/format_utils.h>
Go to the source code of this file.
Namespaces | |
| namespace | cusp |
| namespace | cusp::detail |
| namespace | cusp::detail::device |
Functions | |
| template<typename IndexType, typename ValueType> | |
| __global__ void | cusp::detail::device::row_spmm_csr_scalar_kernel (const IndexType Anum_rows, const IndexType xnum_row, const IndexType xnum_cols, const IndexType *Ar, const IndexType *Ac, const ValueType *Aval, const ValueType *x, ValueType *y) |
| template<typename IndexType, typename ValueType> | |
| __global__ void | cusp::detail::device::column_spmm_csr_scalar_kernel (const IndexType Anum_rows, const IndexType xnum_rows, const IndexType xnum_cols, const IndexType *Ar, const IndexType *Ac, const ValueType *Aval, const ValueType *x, ValueType *y) |
| template<typename Matrix1, typename Vector2, typename Vector3> | |
| void | cusp::detail::device::__spmm_csr_scalar (const Matrix1 &A, const Vector2 &x, Vector3 &y, cusp::row_major) |
| template<typename Matrix1, typename Vector2, typename Vector3> | |
| void | cusp::detail::device::__spmm_csr_scalar (const Matrix1 &A, const Vector2 &x, Vector3 &y, cusp::column_major) |
| template<typename Matrix1, typename Vector2, typename Vector3> | |
| void | cusp::detail::device::spmm_csr_scalar (const Matrix1 &A, const Vector2 &x, Vector3 &y) |