| Stokhos Package Browser (Single Doxygen Collection)
    Version of the Day
    | 
#include "Teuchos_Assert.hpp"#include "Stokhos_DynamicArrayTraits.hpp"#include "Teuchos_ConfigDefs.hpp"
Go to the source code of this file.
| Macros | |
| #define | UQ_PREP_F77 F77_FUNC_(uq_prep,UQ_PREP) | 
| #define | UQ_PROD2_F77 F77_FUNC_(uq_prod2,UQ_PROD2) | 
| #define | UQ_DIV_F77 F77_FUNC_(uq_div,UQ_DIV) | 
| #define | UQ_EXP_F77 F77_FUNC_(uq_exp,UQ_EXP) | 
| #define | UQ_LOG_F77 F77_FUNC_(uq_log,UQ_LOG) | 
| #define | UQ_SQRT_F77 F77_FUNC_(uq_sqrt,UQ_SQRT) | 
| #define | UQ_EXP_INT_F77 F77_FUNC_(uq_exp_int,UQ_EXP) | 
| #define | UQ_LOG_INT_F77 F77_FUNC_(uq_log_int,UQ_LOG) | 
| Functions | |
| void | UQ_PREP_F77 (int *, int *, int *) | 
| void | UQ_PROD2_F77 (const double *, const double *, double *, int *) | 
| void | UQ_DIV_F77 (const double *, const double *, double *, int *) | 
| void | UQ_EXP_F77 (const double *, double *, int *, int *, double *, int *) | 
| void | UQ_LOG_F77 (const double *, double *, int *, int *, double *, int *) | 
| void | UQ_SQRT_F77 (const double *, double *, int *, int *) | 
| void | UQ_EXP_INT_F77 (const double *, double *, int *) | 
| void | UQ_LOG_INT_F77 (const double *, double *, int *) | 
| #define UQ_PREP_F77 F77_FUNC_(uq_prep,UQ_PREP) | 
Definition at line 14 of file Stokhos_ForUQTKOrthogPolyExpansionImp.hpp.
| #define UQ_PROD2_F77 F77_FUNC_(uq_prod2,UQ_PROD2) | 
Definition at line 15 of file Stokhos_ForUQTKOrthogPolyExpansionImp.hpp.
| #define UQ_DIV_F77 F77_FUNC_(uq_div,UQ_DIV) | 
Definition at line 16 of file Stokhos_ForUQTKOrthogPolyExpansionImp.hpp.
| #define UQ_EXP_F77 F77_FUNC_(uq_exp,UQ_EXP) | 
Definition at line 17 of file Stokhos_ForUQTKOrthogPolyExpansionImp.hpp.
| #define UQ_LOG_F77 F77_FUNC_(uq_log,UQ_LOG) | 
Definition at line 18 of file Stokhos_ForUQTKOrthogPolyExpansionImp.hpp.
| #define UQ_SQRT_F77 F77_FUNC_(uq_sqrt,UQ_SQRT) | 
Definition at line 19 of file Stokhos_ForUQTKOrthogPolyExpansionImp.hpp.
| #define UQ_EXP_INT_F77 F77_FUNC_(uq_exp_int,UQ_EXP) | 
Definition at line 20 of file Stokhos_ForUQTKOrthogPolyExpansionImp.hpp.
| #define UQ_LOG_INT_F77 F77_FUNC_(uq_log_int,UQ_LOG) | 
Definition at line 21 of file Stokhos_ForUQTKOrthogPolyExpansionImp.hpp.
| void UQ_PREP_F77 | ( | int * | , | 
| int * | , | ||
| int * | |||
| ) | 
 1.8.5
 1.8.5