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

(Last Changed on August 03, 2011 for git-revision de02d47715940b36cf9715cde1f51677fed15f57.)

#include <admodel.h>
#include <df1b2fun.h>
#include <adrndeff.h>

Go to the source code of this file.

Functions

df1b2vector pow (const dvector &x, const df1b2variable &a)
 raise x to the power a. More...
 
df1b2vector pow (const dvector &x, const df1b2vector &a)
 raise x to the power a. More...
 
dvar_vector pow (const dvector &x, const dvar_vector &a)
 

Function Documentation

df1b2vector pow ( const dvector x,
const df1b2variable a 
)

raise x to the power a.

Parameters
xvector of bases
athe exponent

Definition at line 4 of file pow_vectorized_RE.cpp.

df1b2vector pow ( const dvector x,
const df1b2vector a 
)

raise x to the power a.

Parameters
xvector of bases
avector of exponents

Definition at line 17 of file pow_vectorized_RE.cpp.

dvar_vector pow ( const dvector x,
const dvar_vector a 
)

Definition at line 30 of file pow_vectorized_RE.cpp.