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

(Last Changed on July 17, 2017 for git-revision 6863857032196bc8a580da3422298840d677c396.)

#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...
 

Function Documentation

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.

Parameters
ivecivector

Definition at line 12 of file ivect10.cpp.

int max ( const ivector ivec)

Returns maximum value of all elements in ivec.

Parameters
ivecivector

Definition at line 21 of file ivect10.cpp.

int min ( const ivector ivec)

Returns minimum value of all elements in ivec.

Parameters
ivecivector

Definition at line 37 of file ivect10.cpp.