ADMB Documentation
-a65f1c97
|
Description not yet available. More...
#include "fvar.hpp"
#include <sys/stat.h>
#include <fcntl.h>
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include <iostream>
#include <sys/types.h>
#include <unistd.h>
#include <math.h>
Go to the source code of this file.
Macros | |
#define | ISZERO(d) ((d)==0.0) |
Functions | |
void | default_evaluation (void) |
Description not yet available. More... | |
void | default_evaluation0 (void) |
Description not yet available. More... | |
void | default_evaluation1 (void) |
Description not yet available. More... | |
void | default_evaluation1m (void) |
Description not yet available. More... | |
void | default_evaluation2 (void) |
Description not yet available. More... | |
void | default_evaluation3 (void) |
Description not yet available. More... | |
void | default_evaluation3ind (void) |
Description not yet available. More... | |
void | default_evaluation4 (void) |
Description not yet available. More... | |
void | default_evaluation4ind (void) |
Description not yet available. More... | |
void | default_evaluation4m (void) |
Description not yet available. More... | |
Description not yet available.
Definition in file def_eval.cpp.
#define ISZERO | ( | d | ) | ((d)==0.0) |
Definition at line 52 of file def_eval.cpp.
Referenced by default_evaluation().
void default_evaluation | ( | void | ) |
Description not yet available.
Definition at line 61 of file def_eval.cpp.
Referenced by acos(), asin(), atan(), bounded_cumd_norm(), cos(), cosh(), cumd_norm(), exp(), fabs(), gammlnguts(), inv_cumd_gamma(), inv_cumd_norm_inner(), inv_cumd_normal_logistic_mixture(), inv_cumd_normal_mixture(), ldexp(), log(), log10(), prevariable::operator*=(), operator/(), prevariable::operator/=(), pow(), sfabs(), sigmoid(), sin(), sinh(), sqrt(), tan(), and tanh().
void default_evaluation0 | ( | void | ) |
Description not yet available.
Definition at line 126 of file def_eval.cpp.
Referenced by dvariable::dvariable(), and prevariable::operator=().
void default_evaluation1 | ( | void | ) |
Description not yet available.
Definition at line 93 of file def_eval.cpp.
Referenced by dvariable::dvariable(), operator+(), operator-(), and prevariable::operator=().
void default_evaluation1m | ( | void | ) |
Description not yet available.
Definition at line 110 of file def_eval.cpp.
Referenced by operator-().
void default_evaluation2 | ( | void | ) |
Description not yet available.
Definition at line 136 of file def_eval.cpp.
Referenced by cube(), fourth(), operator*(), and square().
void default_evaluation3 | ( | void | ) |
Description not yet available.
Definition at line 157 of file def_eval.cpp.
Referenced by operator*(), and operator/().
void default_evaluation3ind | ( | void | ) |
Description not yet available.
Definition at line 174 of file def_eval.cpp.
Referenced by betacf(), inv_cumd_beta_stable(), and dvariable::operator=().
void default_evaluation4 | ( | void | ) |
Description not yet available.
Definition at line 251 of file def_eval.cpp.
Referenced by operator+().
void default_evaluation4ind | ( | void | ) |
void default_evaluation4m | ( | void | ) |
Description not yet available.
Definition at line 265 of file def_eval.cpp.
Referenced by operator-().
Generated on Wed Sep 7 2022 00:01:30 for ADMB Documentation by 1.8.5 |