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

(Last Changed on July 21, 2017 for git-revision eba42cdf3ededd56a2732c78e3c6a8949d0ec3c5.)

#include "fvar.hpp"

Go to the source code of this file.

Functions

d4_array exp (const d4_array &darray)
 Returns results in a d4_array with the computed exponential of the elements in darray. More...
 
d4_array log (const d4_array &darray)
 Returns results in a d4_array with the computed log of the elements in darray. More...
 
d4_array mfexp (const d4_array &darray)
 Returns results in a d4_array with the computed exponential of the elements in darray. More...
 
d4_array sqrt (const d4_array &darray)
 Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California. More...
 

Function Documentation

d4_array exp ( const d4_array darray)

Returns results in a d4_array with the computed exponential of the elements in darray.

Parameters
darrayd4_array

Definition at line 30 of file d4arr1.cpp.

d4_array log ( const d4_array darray)

Returns results in a d4_array with the computed log of the elements in darray.

Parameters
darrayd4_array

Definition at line 62 of file d4arr1.cpp.

d4_array mfexp ( const d4_array darray)

Returns results in a d4_array with the computed exponential of the elements in darray.

Parameters
darrayd4_array

Definition at line 46 of file d4arr1.cpp.

d4_array sqrt ( const d4_array darray)

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

Returns results in a d4_array with the computed square roots of the elements in darray.

Parameters
darrayd4_array

Definition at line 14 of file d4arr1.cpp.