Stokhos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
Stokhos::Multiply< CrsMatrix< MatrixValue, Device, Layout >, std::vector< InputViewType >, std::vector< OutputViewType >, void, IntegralRank< 1 > > Class Template Reference

#include <Stokhos_CrsMatrix.hpp>

Public Types

typedef CrsMatrix< MatrixValue, Device, Layout > matrix_type
 
typedef std::vector< InputViewType > input_multi_vector_type
 
typedef std::vector< OutputViewType > output_multi_vector_type
 
typedef Device execution_space
 
typedef execution_space::size_type size_type
 
typedef OutputViewType::value_type scalar_type
 

Public Member Functions

 Multiply (const matrix_type &A, const input_multi_vector_type &x, output_multi_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_multi_vector_type &x, output_multi_vector_type &y)
 

Public Attributes

const matrix_type m_A
 
const input_multi_vector_type m_x
 
output_multi_vector_type m_y
 
const size_type m_num_vecs
 

Detailed Description

template<typename MatrixValue, typename Layout, typename Device, typename InputViewType, typename OutputViewType>
class Stokhos::Multiply< CrsMatrix< MatrixValue, Device, Layout >, std::vector< InputViewType >, std::vector< OutputViewType >, void, IntegralRank< 1 > >

Definition at line 533 of file Stokhos_CrsMatrix.hpp.

Member Typedef Documentation

◆ matrix_type

template<typename MatrixValue , typename Layout , typename Device , typename InputViewType , typename OutputViewType >
typedef CrsMatrix<MatrixValue,Device,Layout> Stokhos::Multiply< CrsMatrix< MatrixValue, Device, Layout >, std::vector< InputViewType >, std::vector< OutputViewType >, void, IntegralRank< 1 > >::matrix_type

Definition at line 540 of file Stokhos_CrsMatrix.hpp.

◆ input_multi_vector_type

template<typename MatrixValue , typename Layout , typename Device , typename InputViewType , typename OutputViewType >
typedef std::vector<InputViewType> Stokhos::Multiply< CrsMatrix< MatrixValue, Device, Layout >, std::vector< InputViewType >, std::vector< OutputViewType >, void, IntegralRank< 1 > >::input_multi_vector_type

Definition at line 541 of file Stokhos_CrsMatrix.hpp.

◆ output_multi_vector_type

template<typename MatrixValue , typename Layout , typename Device , typename InputViewType , typename OutputViewType >
typedef std::vector<OutputViewType> Stokhos::Multiply< CrsMatrix< MatrixValue, Device, Layout >, std::vector< InputViewType >, std::vector< OutputViewType >, void, IntegralRank< 1 > >::output_multi_vector_type

Definition at line 542 of file Stokhos_CrsMatrix.hpp.

◆ execution_space

template<typename MatrixValue , typename Layout , typename Device , typename InputViewType , typename OutputViewType >
typedef Device Stokhos::Multiply< CrsMatrix< MatrixValue, Device, Layout >, std::vector< InputViewType >, std::vector< OutputViewType >, void, IntegralRank< 1 > >::execution_space

Definition at line 544 of file Stokhos_CrsMatrix.hpp.

◆ size_type

template<typename MatrixValue , typename Layout , typename Device , typename InputViewType , typename OutputViewType >
typedef execution_space::size_type Stokhos::Multiply< CrsMatrix< MatrixValue, Device, Layout >, std::vector< InputViewType >, std::vector< OutputViewType >, void, IntegralRank< 1 > >::size_type

Definition at line 545 of file Stokhos_CrsMatrix.hpp.

◆ scalar_type

template<typename MatrixValue , typename Layout , typename Device , typename InputViewType , typename OutputViewType >
typedef OutputViewType::value_type Stokhos::Multiply< CrsMatrix< MatrixValue, Device, Layout >, std::vector< InputViewType >, std::vector< OutputViewType >, void, IntegralRank< 1 > >::scalar_type

Definition at line 546 of file Stokhos_CrsMatrix.hpp.

Constructor & Destructor Documentation

◆ Multiply()

template<typename MatrixValue , typename Layout , typename Device , typename InputViewType , typename OutputViewType >
Stokhos::Multiply< CrsMatrix< MatrixValue, Device, Layout >, std::vector< InputViewType >, std::vector< OutputViewType >, void, IntegralRank< 1 > >::Multiply ( const matrix_type & A,
const input_multi_vector_type & x,
output_multi_vector_type & y )
inline

Definition at line 553 of file Stokhos_CrsMatrix.hpp.

Member Function Documentation

◆ operator()()

template<typename MatrixValue , typename Layout , typename Device , typename InputViewType , typename OutputViewType >
KOKKOS_INLINE_FUNCTION void Stokhos::Multiply< CrsMatrix< MatrixValue, Device, Layout >, std::vector< InputViewType >, std::vector< OutputViewType >, void, IntegralRank< 1 > >::operator() ( const size_type iRow) const
inline

Definition at line 566 of file Stokhos_CrsMatrix.hpp.

◆ apply()

template<typename MatrixValue , typename Layout , typename Device , typename InputViewType , typename OutputViewType >
static void Stokhos::Multiply< CrsMatrix< MatrixValue, Device, Layout >, std::vector< InputViewType >, std::vector< OutputViewType >, void, IntegralRank< 1 > >::apply ( const matrix_type & A,
const input_multi_vector_type & x,
output_multi_vector_type & y )
inlinestatic

Definition at line 585 of file Stokhos_CrsMatrix.hpp.

Member Data Documentation

◆ m_A

template<typename MatrixValue , typename Layout , typename Device , typename InputViewType , typename OutputViewType >
const matrix_type Stokhos::Multiply< CrsMatrix< MatrixValue, Device, Layout >, std::vector< InputViewType >, std::vector< OutputViewType >, void, IntegralRank< 1 > >::m_A

Definition at line 548 of file Stokhos_CrsMatrix.hpp.

◆ m_x

template<typename MatrixValue , typename Layout , typename Device , typename InputViewType , typename OutputViewType >
const input_multi_vector_type Stokhos::Multiply< CrsMatrix< MatrixValue, Device, Layout >, std::vector< InputViewType >, std::vector< OutputViewType >, void, IntegralRank< 1 > >::m_x

Definition at line 549 of file Stokhos_CrsMatrix.hpp.

◆ m_y

template<typename MatrixValue , typename Layout , typename Device , typename InputViewType , typename OutputViewType >
output_multi_vector_type Stokhos::Multiply< CrsMatrix< MatrixValue, Device, Layout >, std::vector< InputViewType >, std::vector< OutputViewType >, void, IntegralRank< 1 > >::m_y

Definition at line 550 of file Stokhos_CrsMatrix.hpp.

◆ m_num_vecs

template<typename MatrixValue , typename Layout , typename Device , typename InputViewType , typename OutputViewType >
const size_type Stokhos::Multiply< CrsMatrix< MatrixValue, Device, Layout >, std::vector< InputViewType >, std::vector< OutputViewType >, void, IntegralRank< 1 > >::m_num_vecs

Definition at line 551 of file Stokhos_CrsMatrix.hpp.


The documentation for this class was generated from the following file: