#include "Teuchos_Assert.hpp"
#include "Stokhos_DynamicArrayTraits.hpp"
#include "Teuchos_ConfigDefs.hpp"
Go to the source code of this file.
|
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 *) |
|
◆ UQ_PREP_F77
#define UQ_PREP_F77 F77_FUNC_(uq_prep,UQ_PREP) |
◆ UQ_PROD2_F77
#define UQ_PROD2_F77 F77_FUNC_(uq_prod2,UQ_PROD2) |
◆ UQ_DIV_F77
#define UQ_DIV_F77 F77_FUNC_(uq_div,UQ_DIV) |
◆ UQ_EXP_F77
#define UQ_EXP_F77 F77_FUNC_(uq_exp,UQ_EXP) |
◆ UQ_LOG_F77
#define UQ_LOG_F77 F77_FUNC_(uq_log,UQ_LOG) |
◆ UQ_SQRT_F77
#define UQ_SQRT_F77 F77_FUNC_(uq_sqrt,UQ_SQRT) |
◆ UQ_EXP_INT_F77
#define UQ_EXP_INT_F77 F77_FUNC_(uq_exp_int,UQ_EXP) |
◆ UQ_LOG_INT_F77
#define UQ_LOG_INT_F77 F77_FUNC_(uq_log_int,UQ_LOG) |
◆ UQ_PREP_F77()
void UQ_PREP_F77 |
( |
int * |
, |
|
|
int * |
, |
|
|
int * |
|
|
) |
| |
◆ UQ_PROD2_F77()
◆ UQ_DIV_F77()
◆ UQ_EXP_F77()
◆ UQ_LOG_F77()
◆ UQ_SQRT_F77()
void UQ_SQRT_F77 |
( |
const double * |
, |
|
|
double * |
, |
|
|
int * |
, |
|
|
int * |
|
|
) |
| |
◆ UQ_EXP_INT_F77()
◆ UQ_LOG_INT_F77()