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< TiledCrsProductTensor< ValueType, Device > > Class Template Reference

#include <Stokhos_TiledCrsProductTensor.hpp>

Public Types

typedef Device::size_type size_type
 
typedef TiledCrsProductTensor< ValueType, Device > tensor_type
 

Static Public Member Functions

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

Detailed Description

template<typename ValueType, typename Device>
class Stokhos::BlockMultiply< TiledCrsProductTensor< ValueType, Device > >

Definition at line 451 of file Stokhos_TiledCrsProductTensor.hpp.

Member Typedef Documentation

◆ size_type

template<typename ValueType , typename Device >
typedef Device::size_type Stokhos::BlockMultiply< TiledCrsProductTensor< ValueType, Device > >::size_type

Definition at line 455 of file Stokhos_TiledCrsProductTensor.hpp.

◆ tensor_type

template<typename ValueType , typename Device >
typedef TiledCrsProductTensor< ValueType , Device > Stokhos::BlockMultiply< TiledCrsProductTensor< ValueType, Device > >::tensor_type

Definition at line 456 of file Stokhos_TiledCrsProductTensor.hpp.

Member Function Documentation

◆ apply()

template<typename ValueType , typename Device >
template<typename MatrixValue , typename VectorValue >
static KOKKOS_INLINE_FUNCTION void Stokhos::BlockMultiply< TiledCrsProductTensor< ValueType, Device > >::apply ( const tensor_type tensor,
const MatrixValue *const  a,
const VectorValue *const  x,
VectorValue *const  y 
)
inlinestatic

Definition at line 460 of file Stokhos_TiledCrsProductTensor.hpp.

◆ matrix_size()

template<typename ValueType , typename Device >
static KOKKOS_INLINE_FUNCTION size_type Stokhos::BlockMultiply< TiledCrsProductTensor< ValueType, Device > >::matrix_size ( const tensor_type tensor)
inlinestatic

Definition at line 533 of file Stokhos_TiledCrsProductTensor.hpp.

◆ vector_size()

template<typename ValueType , typename Device >
static KOKKOS_INLINE_FUNCTION size_type Stokhos::BlockMultiply< TiledCrsProductTensor< ValueType, Device > >::vector_size ( const tensor_type tensor)
inlinestatic

Definition at line 537 of file Stokhos_TiledCrsProductTensor.hpp.


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