Sacado Package Browser (Single Doxygen Collection)  Version of the Day
Static Public Member Functions | List of all members
Sacado::ScalarValue< T > Struct Template Reference

Base template specification for ScalarValue. More...

#include <Sacado_Traits.hpp>

Static Public Member Functions

static const KOKKOS_INLINE_FUNCTION Teval (const T &x)
 

Detailed Description

template<typename T>
struct Sacado::ScalarValue< T >

Base template specification for ScalarValue.

The ScalarValue functor returns the base scalar value of an AD type, i.e., something that isn't an AD type.

Definition at line 364 of file Sacado_Traits.hpp.

Member Function Documentation

◆ eval()

template<typename T >
static const KOKKOS_INLINE_FUNCTION T& Sacado::ScalarValue< T >::eval ( const T x)
inlinestatic

Definition at line 366 of file Sacado_Traits.hpp.


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