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

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

#include "fvar.hpp"

Go to the source code of this file.

Functions

d3_array mfexp (const d3_array &m)
 Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California. More...
 
d3_array mfexp (const d3_array &m, const double d)
 Return d3_array with computed exponent for each element in m with bounds d. More...
 

Function Documentation

d3_array mfexp ( const d3_array m)

Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.

Return d3_array with computed exponent for each element in m.

Definition at line 10 of file d3arr7.cpp.

Referenced by dnorm(), get_ft(), logitProp(), mfexp(), multifan(), plogis(), qfclib::rgamma(), and rlnorm().

d3_array mfexp ( const d3_array m,
const double  d 
)

Return d3_array with computed exponent for each element in m with bounds d.

Definition at line 29 of file d3arr7.cpp.