Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <Stokhos_CrsMatrix.hpp>
Public Types | |
typedef CrsMatrix< MatrixValue, Device, Layout > | matrix_type |
typedef InputVectorType | input_vector_type |
typedef OutputVectorType | output_vector_type |
typedef Device | execution_space |
typedef execution_space::size_type | size_type |
typedef output_vector_type::value_type | scalar_type |
Public Member Functions | |
Multiply (const matrix_type &A, const input_vector_type &x, output_vector_type &y) | |
KOKKOS_INLINE_FUNCTION void | operator() (const size_type iRow) const |
Static Public Member Functions | |
static void | apply (const matrix_type &A, const input_vector_type &x, output_vector_type &y) |
Public Attributes | |
const matrix_type | m_A |
const input_vector_type | m_x |
output_vector_type | m_y |
Definition at line 107 of file Stokhos_CrsMatrix.hpp.
typedef CrsMatrix<MatrixValue,Device,Layout> Stokhos::Multiply< CrsMatrix< MatrixValue, Device, Layout >, InputVectorType, OutputVectorType, void, IntegralRank< 1 > >::matrix_type |
Definition at line 114 of file Stokhos_CrsMatrix.hpp.
typedef InputVectorType Stokhos::Multiply< CrsMatrix< MatrixValue, Device, Layout >, InputVectorType, OutputVectorType, void, IntegralRank< 1 > >::input_vector_type |
Definition at line 115 of file Stokhos_CrsMatrix.hpp.
typedef OutputVectorType Stokhos::Multiply< CrsMatrix< MatrixValue, Device, Layout >, InputVectorType, OutputVectorType, void, IntegralRank< 1 > >::output_vector_type |
Definition at line 116 of file Stokhos_CrsMatrix.hpp.
typedef Device Stokhos::Multiply< CrsMatrix< MatrixValue, Device, Layout >, InputVectorType, OutputVectorType, void, IntegralRank< 1 > >::execution_space |
Definition at line 118 of file Stokhos_CrsMatrix.hpp.
typedef execution_space::size_type Stokhos::Multiply< CrsMatrix< MatrixValue, Device, Layout >, InputVectorType, OutputVectorType, void, IntegralRank< 1 > >::size_type |
Definition at line 119 of file Stokhos_CrsMatrix.hpp.
typedef output_vector_type::value_type Stokhos::Multiply< CrsMatrix< MatrixValue, Device, Layout >, InputVectorType, OutputVectorType, void, IntegralRank< 1 > >::scalar_type |
Definition at line 120 of file Stokhos_CrsMatrix.hpp.
|
inline |
Definition at line 126 of file Stokhos_CrsMatrix.hpp.
|
inline |
Definition at line 137 of file Stokhos_CrsMatrix.hpp.
|
inlinestatic |
Definition at line 151 of file Stokhos_CrsMatrix.hpp.
const matrix_type Stokhos::Multiply< CrsMatrix< MatrixValue, Device, Layout >, InputVectorType, OutputVectorType, void, IntegralRank< 1 > >::m_A |
Definition at line 122 of file Stokhos_CrsMatrix.hpp.
const input_vector_type Stokhos::Multiply< CrsMatrix< MatrixValue, Device, Layout >, InputVectorType, OutputVectorType, void, IntegralRank< 1 > >::m_x |
Definition at line 123 of file Stokhos_CrsMatrix.hpp.
output_vector_type Stokhos::Multiply< CrsMatrix< MatrixValue, Device, Layout >, InputVectorType, OutputVectorType, void, IntegralRank< 1 > >::m_y |
Definition at line 124 of file Stokhos_CrsMatrix.hpp.