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

(Last Changed on March 02, 2017 for git-revision 66dd3e8f84860d233f4b28135cca9f440b1bd09c.)

#include <df1b2fun.h>

Go to the source code of this file.

Functions

df1b2vector cube (const df1b2vector &_x)
 Description not yet available. More...
 
df1b2vector first_difference (const df1b2vector &_x)
 Returns a df1b2vector containing the differences of an _x(i) and _x(i + 1) for i = 1 to x.indexmax() - 1. More...
 
df1b2vector square (const df1b2vector &_x)
 Description not yet available. More...
 

Function Documentation

df1b2vector cube ( const df1b2vector _x)

Description not yet available.

Parameters

Definition at line 51 of file f1b2v11.cpp.

df1b2vector first_difference ( const df1b2vector _x)

Returns a df1b2vector containing the differences of an _x(i) and _x(i + 1) for i = 1 to x.indexmax() - 1.

Parameters
_xinput.

Definition at line 13 of file f1b2v11.cpp.

df1b2vector square ( const df1b2vector _x)

Description not yet available.

Parameters

Definition at line 32 of file f1b2v11.cpp.