|
ADMB Documentation
-a65f1c97
|
#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... | |
Returns results in a d4_array with the computed exponential of the elements in darray.
| darray | d4_array |
Definition at line 30 of file d4arr1.cpp.
Returns results in a d4_array with the computed log of the elements in darray.
| darray | d4_array |
Definition at line 62 of file d4arr1.cpp.
Returns results in a d4_array with the computed exponential of the elements in darray.
| darray | d4_array |
Definition at line 46 of file d4arr1.cpp.
|
|
Generated on Wed Sep 7 2022 00:01:30 for ADMB Documentation by 1.8.5
|