Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <Teuchos_BLAS_UQ_PCE.hpp>
Public Types | |
typedef Sacado::UQ::PCE< Storage > | ScalarType |
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). More... | |
Definition at line 55 of file Teuchos_BLAS_UQ_PCE.hpp.
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.
typedef ScalarType Teuchos::details::GivensRotator< Sacado::UQ::PCE< Storage >, false >::c_type |
Definition at line 58 of file Teuchos_BLAS_UQ_PCE.hpp.
|
inline |
Definition at line 61 of file Teuchos_BLAS_UQ_PCE.hpp.
|
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.