ADMB Documentation  11.5.3197
 All Classes Files Functions Variables Typedefs Friends Defines
Functions
pow_vectorized_RE.cpp File Reference
#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.
df1b2vector pow (const dvector &x, const df1b2vector &a)
 raise x to the power a.
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.