Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
Public Types | Static Public Member Functions | List of all members
Teuchos::details::MPVectorArrayHelper< Stokhos::DynamicStorage< Ordinal, Value, Device > > Struct Template Reference

#include <Teuchos_SerialQRDenseSolver_MP_Vector.hpp>

Public Types

typedef Stokhos::DynamicStorage< Ordinal, Value, Device > Storage
 
typedef Sacado::MP::Vector< StorageVector
 

Static Public Member Functions

static Value * getValueArray (Vector *v, Ordinal len)
 
static VectorgetVectorArray (Value *v, Ordinal len, Ordinal vector_size)
 

Detailed Description

template<typename Ordinal, typename Value, typename Device>
struct Teuchos::details::MPVectorArrayHelper< Stokhos::DynamicStorage< Ordinal, Value, Device > >

Definition at line 301 of file Teuchos_SerialQRDenseSolver_MP_Vector.hpp.

Member Typedef Documentation

◆ Storage

template<typename Ordinal , typename Value , typename Device >
typedef Stokhos::DynamicStorage<Ordinal,Value,Device> Teuchos::details::MPVectorArrayHelper< Stokhos::DynamicStorage< Ordinal, Value, Device > >::Storage

Definition at line 303 of file Teuchos_SerialQRDenseSolver_MP_Vector.hpp.

◆ Vector

template<typename Ordinal , typename Value , typename Device >
typedef Sacado::MP::Vector<Storage> Teuchos::details::MPVectorArrayHelper< Stokhos::DynamicStorage< Ordinal, Value, Device > >::Vector

Definition at line 304 of file Teuchos_SerialQRDenseSolver_MP_Vector.hpp.

Member Function Documentation

◆ getValueArray()

template<typename Ordinal , typename Value , typename Device >
static Value* Teuchos::details::MPVectorArrayHelper< Stokhos::DynamicStorage< Ordinal, Value, Device > >::getValueArray ( Vector v,
Ordinal  len 
)
inlinestatic

Definition at line 306 of file Teuchos_SerialQRDenseSolver_MP_Vector.hpp.

◆ getVectorArray()

template<typename Ordinal , typename Value , typename Device >
static Vector* Teuchos::details::MPVectorArrayHelper< Stokhos::DynamicStorage< Ordinal, Value, Device > >::getVectorArray ( Value *  v,
Ordinal  len,
Ordinal  vector_size 
)
inlinestatic

Definition at line 312 of file Teuchos_SerialQRDenseSolver_MP_Vector.hpp.


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