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

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

#include "fvar.hpp"

Go to the source code of this file.

Functions

d4_array operator/ (const d4_array &arr4, double d)
 Returns d4_array with all elements arr4 divided by d. More...
 
d4_array operator/ (double d, const d4_array &arr4)
 Returns d4_array with all elements equal to d divided by elements in arr4. More...
 

Function Documentation

d4_array operator/ ( const d4_array arr4,
double  d 
)

Returns d4_array with all elements arr4 divided by d.

Parameters
ddouble

Definition at line 24 of file d4arr2.cpp.

d4_array operator/ ( double  d,
const d4_array arr4 
)

Returns d4_array with all elements equal to d divided by elements in arr4.

Parameters
arr4d4_array

Definition at line 39 of file d4arr2.cpp.