ADMB Documentation
-a65f1c97
|
Contains ivector sum and pow functions. More...
#include <fvar.hpp>
Go to the source code of this file.
Functions | |
ivector | pow (const ivector &v1, int x) |
Returns integer vector with all the base elements in ivector v1 base raised to the power exponent x. More... | |
ivector | pow (int x, const ivector &v1) |
Returns integer vector with base x raised with all the elements in exponent ivector x. More... | |
int | sum (const ivector &v) |
Return integer sum of all the elements in ivector v. More... | |
Contains ivector sum and pow functions.
Definition in file ivect6.cpp.
Returns integer vector with all the base elements in ivector v1 base raised to the power exponent x.
v1 | base elements |
x | exponent |
Definition at line 45 of file ivect6.cpp.
Returns integer vector with base x raised with all the elements in exponent ivector x.
x | base |
v1 | exponent |
Definition at line 71 of file ivect6.cpp.
int sum | ( | const ivector & | v | ) |
Return integer sum of all the elements in ivector v.
v | integer vector |
Definition at line 23 of file ivect6.cpp.
Generated on Wed Sep 7 2022 00:01:32 for ADMB Documentation by 1.8.5 |