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. | |
ivector | pow (int x, const ivector &v1) |
Returns integer vector with base x raised with all the elements in exponent ivector x. | |
int | sum (const ivector &v) |
Return integer sum of all the elements in ivector v. |
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 39 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 65 of file ivect6.cpp.
Return integer sum of all the elements in ivector v.
v | integer vector |
Definition at line 23 of file ivect6.cpp.
Generated on Tue Mar 8 2016 19:51:37 for ADMB Documentation by 1.8.0 |