Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
Public Types | Static Public Member Functions | List of all members
Stokhos::BlockMultiply< CrsProductTensor< ValueType, Device > > Class Template Reference

#include <Stokhos_CrsProductTensor.hpp>

Public Types

typedef Device execution_space
 
typedef CrsProductTensor< ValueType, execution_spacetensor_type
 
typedef tensor_type::size_type size_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, const VectorValue &alpha=VectorValue(1))
 
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< CrsProductTensor< ValueType, Device > >

Definition at line 570 of file Stokhos_CrsProductTensor.hpp.

Member Typedef Documentation

◆ execution_space

template<typename ValueType , typename Device >
typedef Device Stokhos::BlockMultiply< CrsProductTensor< ValueType, Device > >::execution_space

Definition at line 574 of file Stokhos_CrsProductTensor.hpp.

◆ tensor_type

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

Definition at line 575 of file Stokhos_CrsProductTensor.hpp.

◆ size_type

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

Definition at line 576 of file Stokhos_CrsProductTensor.hpp.

Member Function Documentation

◆ apply()

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

Definition at line 689 of file Stokhos_CrsProductTensor.hpp.

◆ matrix_size()

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

Definition at line 741 of file Stokhos_CrsProductTensor.hpp.

◆ vector_size()

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

Definition at line 745 of file Stokhos_CrsProductTensor.hpp.


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