|
ADMB Documentation
-a65f1c97
|
Description not yet available. More...
#include "fvar.hpp"Go to the source code of this file.
Functions | |
| dvector | exp (const dvector &t1) |
| Description not yet available. More... | |
| dvector | fabs (const dvector &t1) |
| Description not yet available. More... | |
| dvector | log (const dvector &t1) |
| Description not yet available. More... | |
| double | max (const dvector &vec) |
| Returns the maximum value of vector vec. More... | |
| double | min (const dvector &vec) |
| Returns the minimum value of vector vec. More... | |
Description not yet available.
Definition in file dvect7.cpp.
| double max | ( | const dvector & | vec | ) |
Returns the maximum value of vector vec.
Note: vec is an allocated vector.
| vec | scalar vector |
Definition at line 85 of file dvect7.cpp.
| double min | ( | const dvector & | vec | ) |
Returns the minimum value of vector vec.
Note: vec is an allocated vector.
| vec | scalar vector |
Definition at line 107 of file dvect7.cpp.
|
|
Generated on Wed Sep 7 2022 00:01:31 for ADMB Documentation by 1.8.5
|