ADMB Documentation
-a65f1c97
|
#include "fvar.hpp"
Go to the source code of this file.
Functions | |
int | Max (const ivector &ivec) |
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California. More... | |
int | max (const ivector &ivec) |
Returns maximum value of all elements in ivec. More... | |
int | min (const ivector &ivec) |
Returns minimum value of all elements in ivec. More... | |
int Max | ( | const ivector & | ivec | ) |
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
Returns maximum value of all elements in ivec.
ivec | ivector |
Definition at line 12 of file ivect10.cpp.
int max | ( | const ivector & | ivec | ) |
Returns maximum value of all elements in ivec.
ivec | ivector |
Definition at line 21 of file ivect10.cpp.
int min | ( | const ivector & | ivec | ) |
Returns minimum value of all elements in ivec.
ivec | ivector |
Definition at line 37 of file ivect10.cpp.
Generated on Wed Sep 7 2022 00:01:32 for ADMB Documentation by 1.8.5 |