ADMB Documentation  -a65f1c97
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
dvect19.cpp File Reference

(Last Changed on June 29, 2022 for git-revision 90ff3225c384e19fdeaf789b3d0cd5d2ced40eb0.)

Description not yet available. More...

#include "fvar.hpp"

Go to the source code of this file.

Functions

dvector mfexp (const dvector &v1, const double d)
 Safe version of exp that interpolates values greater than equal to 60 in each element of a vector v1. More...
 
dvector mfexp (const dvector &v1)
 Safe version of exp that interpolates values greater than equal to 60 in each element of a vector v1. More...
 

Detailed Description

Description not yet available.

Definition in file dvect19.cpp.

Function Documentation

dvector mfexp ( const dvector v1,
const double  d 
)

Safe version of exp that interpolates values greater than equal to 60 in each element of a vector v1.

Parameters
v1a data vector
dmacro for CGNU_DOUBLE

Definition at line 20 of file dvect19.cpp.

dvector mfexp ( const dvector v1)

Safe version of exp that interpolates values greater than equal to 60 in each element of a vector v1.

Parameters
v1a data vector

Definition at line 49 of file dvect19.cpp.