|
template<typename MatrixValue , typename Layout , typename Device , typename InputMultiVectorType , typename OutputMultiVectorType , typename OrdinalType > |
void | Stokhos::multiply (const CrsMatrix< MatrixValue, Device, Layout > &A, const InputMultiVectorType &x, OutputMultiVectorType &y, const std::vector< OrdinalType > &col_indices, SingleColumnMultivectorMultiply) |
|
template<typename MatrixValue , typename Layout , typename Device , typename InputVectorType , typename OutputVectorType > |
void | Stokhos::multiply (const CrsMatrix< MatrixValue, Device, Layout > &A, const std::vector< InputVectorType > &x, std::vector< OutputVectorType > &y, SingleColumnMultivectorMultiply) |
|
template<typename ValueType , typename Layout , typename Device > |
Stokhos::CrsMatrix< ValueType, Device, Layout >::HostMirror | Kokkos::create_mirror (const Stokhos::CrsMatrix< ValueType, Device, Layout > &A) |
|
template<typename ValueType , typename Layout , typename Device > |
Stokhos::CrsMatrix< ValueType, Device, Layout >::HostMirror | Kokkos::create_mirror_view (const Stokhos::CrsMatrix< ValueType, Device, Layout > &A) |
|
template<typename ValueType , typename Layout , typename DstDevice , typename SrcDevice > |
void | Kokkos::deep_copy (const Stokhos::CrsMatrix< ValueType, DstDevice, Layout > &dst, const Stokhos::CrsMatrix< ValueType, SrcDevice, Layout > &src) |
|