|
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 46 of file Stokhos_ForUQTKOrthogPolyExpansionImp.hpp.
| #define UQ_PROD2_F77 F77_FUNC_(uq_prod2,UQ_PROD2) |
Definition at line 47 of file Stokhos_ForUQTKOrthogPolyExpansionImp.hpp.
| #define UQ_DIV_F77 F77_FUNC_(uq_div,UQ_DIV) |
Definition at line 48 of file Stokhos_ForUQTKOrthogPolyExpansionImp.hpp.
| #define UQ_EXP_F77 F77_FUNC_(uq_exp,UQ_EXP) |
Definition at line 49 of file Stokhos_ForUQTKOrthogPolyExpansionImp.hpp.
| #define UQ_LOG_F77 F77_FUNC_(uq_log,UQ_LOG) |
Definition at line 50 of file Stokhos_ForUQTKOrthogPolyExpansionImp.hpp.
| #define UQ_SQRT_F77 F77_FUNC_(uq_sqrt,UQ_SQRT) |
Definition at line 51 of file Stokhos_ForUQTKOrthogPolyExpansionImp.hpp.
| #define UQ_EXP_INT_F77 F77_FUNC_(uq_exp_int,UQ_EXP) |
Definition at line 52 of file Stokhos_ForUQTKOrthogPolyExpansionImp.hpp.
| #define UQ_LOG_INT_F77 F77_FUNC_(uq_log_int,UQ_LOG) |
Definition at line 53 of file Stokhos_ForUQTKOrthogPolyExpansionImp.hpp.
| void UQ_PREP_F77 | ( | int * | , |
| int * | , | ||
| int * | |||
| ) |
1.8.5