Stokhos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Private Member Functions | List of all members
Teuchos::details::GivensRotator< Sacado::UQ::PCE< Storage >, false > Class Template Reference

#include <Teuchos_BLAS_UQ_PCE.hpp>

Public Types

typedef Sacado::UQ::PCE< StorageScalarType
 
typedef ScalarType c_type
 

Public Member Functions

void ROTG (ScalarType *da, ScalarType *db, ScalarType *c, ScalarType *s) const
 

Private Member Functions

ScalarType SIGN (ScalarType x, ScalarType y) const
 Return ABS(x) if y > 0 or y is +0, else -ABS(x) (if y is -0 or < 0).
 

Detailed Description

template<typename Storage>
class Teuchos::details::GivensRotator< Sacado::UQ::PCE< Storage >, false >

Definition at line 55 of file Teuchos_BLAS_UQ_PCE.hpp.

Member Typedef Documentation

◆ ScalarType

template<typename Storage >
typedef Sacado::UQ::PCE<Storage> Teuchos::details::GivensRotator< Sacado::UQ::PCE< Storage >, false >::ScalarType

Definition at line 57 of file Teuchos_BLAS_UQ_PCE.hpp.

◆ c_type

template<typename Storage >
typedef ScalarType Teuchos::details::GivensRotator< Sacado::UQ::PCE< Storage >, false >::c_type

Definition at line 58 of file Teuchos_BLAS_UQ_PCE.hpp.

Member Function Documentation

◆ ROTG()

template<typename Storage >
void Teuchos::details::GivensRotator< Sacado::UQ::PCE< Storage >, false >::ROTG ( ScalarType da,
ScalarType db,
ScalarType c,
ScalarType s 
) const
inline

Definition at line 61 of file Teuchos_BLAS_UQ_PCE.hpp.

◆ SIGN()

template<typename Storage >
ScalarType Teuchos::details::GivensRotator< Sacado::UQ::PCE< Storage >, false >::SIGN ( ScalarType  x,
ScalarType  y 
) const
inlineprivate

Return ABS(x) if y > 0 or y is +0, else -ABS(x) (if y is -0 or < 0).

Definition at line 127 of file Teuchos_BLAS_UQ_PCE.hpp.


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