ADMB Documentation
-a65f1c97
|
#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... | |
df1b2vector cube | ( | const df1b2vector & | _x | ) |
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.
_x | input. |
Definition at line 13 of file f1b2v11.cpp.
df1b2vector square | ( | const df1b2vector & | _x | ) |
Generated on Wed Sep 7 2022 00:01:31 for ADMB Documentation by 1.8.5 |