Stokhos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Public Types | Static Public Member Functions | List of all members
Stokhos::BlockMultiply< SymmetricDiagonalSpec< Device > > Class Template Reference

#include <Stokhos_SymmetricDiagonalSpec.hpp>

Public Types

typedef Device execution_space
 
typedef execution_space::size_type size_type
 
typedef SymmetricDiagonalSpec< execution_spaceblock_type
 

Static Public Member Functions

template<typename MatrixValue , typename VectorValue >
static KOKKOS_INLINE_FUNCTION void apply (const block_type &block, const MatrixValue *a, const VectorValue *const x, VectorValue *const y)
 
static KOKKOS_INLINE_FUNCTION size_type matrix_size (const block_type &block)
 

Detailed Description

template<typename Device>
class Stokhos::BlockMultiply< SymmetricDiagonalSpec< Device > >

Definition at line 115 of file Stokhos_SymmetricDiagonalSpec.hpp.

Member Typedef Documentation

◆ execution_space

template<typename Device >
typedef Device Stokhos::BlockMultiply< SymmetricDiagonalSpec< Device > >::execution_space

Definition at line 117 of file Stokhos_SymmetricDiagonalSpec.hpp.

◆ size_type

template<typename Device >
typedef execution_space::size_type Stokhos::BlockMultiply< SymmetricDiagonalSpec< Device > >::size_type

Definition at line 118 of file Stokhos_SymmetricDiagonalSpec.hpp.

◆ block_type

template<typename Device >
typedef SymmetricDiagonalSpec< execution_space > Stokhos::BlockMultiply< SymmetricDiagonalSpec< Device > >::block_type

Definition at line 119 of file Stokhos_SymmetricDiagonalSpec.hpp.

Member Function Documentation

◆ apply()

template<typename Device >
template<typename MatrixValue , typename VectorValue >
static KOKKOS_INLINE_FUNCTION void Stokhos::BlockMultiply< SymmetricDiagonalSpec< Device > >::apply ( const block_type block,
const MatrixValue *  a,
const VectorValue *const  x,
VectorValue *const  y 
)
inlinestatic

Definition at line 123 of file Stokhos_SymmetricDiagonalSpec.hpp.

◆ matrix_size()

template<typename Device >
static KOKKOS_INLINE_FUNCTION size_type Stokhos::BlockMultiply< SymmetricDiagonalSpec< Device > >::matrix_size ( const block_type block)
inlinestatic

Definition at line 164 of file Stokhos_SymmetricDiagonalSpec.hpp.


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