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

#include <Stokhos_FlatSparse3Tensor.hpp>

Public Types

typedef Device::size_type size_type
 
typedef FlatSparse3Tensor< 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< FlatSparse3Tensor< ValueType, Device > >

Definition at line 349 of file Stokhos_FlatSparse3Tensor.hpp.

Member Typedef Documentation

◆ size_type

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

Definition at line 353 of file Stokhos_FlatSparse3Tensor.hpp.

◆ tensor_type

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

Definition at line 354 of file Stokhos_FlatSparse3Tensor.hpp.

Member Function Documentation

◆ apply()

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

Definition at line 358 of file Stokhos_FlatSparse3Tensor.hpp.

◆ matrix_size()

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

Definition at line 394 of file Stokhos_FlatSparse3Tensor.hpp.

◆ vector_size()

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

Definition at line 398 of file Stokhos_FlatSparse3Tensor.hpp.


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