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

(Last Changed on May 22, 2017 for git-revision abc11a5e1bf25ec396351bf7559a8a597889405f.)

#include "fvar.hpp"

Go to the source code of this file.

Functions

d5_array operator/ (const d5_array &arr5, const double d)
 Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California. More...
 

Function Documentation

d5_array operator/ ( const d5_array arr5,
const double  d 
)

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

Returns d5_array with all elements arr5 divided by d.

Parameters
arr5numerator
ddenominator

Definition at line 13 of file d5arr1.cpp.