ADMB Documentation
-a65f1c97
|
#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... | |
void DF_first_diference | ( | void | ) |
Description not yet available.
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.
x | input. |
Definition at line 15 of file fvar_dif.cpp.
Generated on Wed Sep 7 2022 00:01:31 for ADMB Documentation by 1.8.5 |