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

(Last Changed on August 06, 2022 for git-revision 808780089317c67198079de06b64df009a4a6543.)

#include "fvar.hpp"

Go to the source code of this file.

Functions

void DF_first_diference (void)
 Description not yet available. More...
 
dvar_vector first_difference (const dvar_vector &x)
 Returns a dvector containing the differences of an x(i) and x(i + 1) for i = 1 to x.indexmax() - 1. More...
 

Function Documentation

void DF_first_diference ( void  )

Description not yet available.

Parameters

Definition at line 48 of file fvar_dif.cpp.

Referenced by first_difference().

dvar_vector first_difference ( const dvar_vector x)

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

Parameters
xinput.

Definition at line 15 of file fvar_dif.cpp.