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

(Last Changed on June 06, 2017 for git-revision 30ac569937e241a5f23d5915f0f6a05d269e3a20.)

#include "fvar.hpp"

Go to the source code of this file.

Functions

dvar3_array pow (const dvar3_array &base, int exp)
 Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California. More...
 

Function Documentation

dvar3_array pow ( const dvar3_array base,
int  exp 
)

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

Returns results in dvar3_array with elements in base raised to power exp.

Parameters
basedvar3_array of base
expint exponent

Definition at line 13 of file f3arr8.cpp.