ADMB Documentation  11.5.3197
 All Classes Files Functions Variables Typedefs Friends Defines
Functions
dvect19.cpp File Reference

(* $Id$)

Description not yet available. More...

#include "fvar.hpp"

Go to the source code of this file.

Functions

dvector mfexp (const dvector &v1)
 Safe version of exp that interpolates values greater than equal to 60 in each element of a vector v1.
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.

Detailed Description

Description not yet available.

Definition in file dvect19.cpp.


Function Documentation

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 18 of file dvect19.cpp.

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 44 of file dvect19.cpp.