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

(Last Changed on June 29, 2022 for git-revision be1526a357a87937cf302cae3cdbcf78712362c7.)

#include "fvar.hpp"

Go to the source code of this file.

Functions

d3_array operator/ (const d3_array &m, const double d)
 Author: David Fournier. More...
 

Function Documentation

d3_array operator/ ( const d3_array m,
const double  d 
)

Author: David Fournier.

Copyright (c) 2008-2012 Regents of the University of California Divide each element of m by d.

Returns
Allocated d3_array with results of division.

Definition at line 14 of file d3arr2b.cpp.