ADMB Documentation
-a65f1c97
|
Description not yet available. More...
Go to the source code of this file.
Functions | |
void | clean (ivector &v, int level) |
Set elements of ivec to zero starting from level + 1;. More... | |
int | norm2 (const ivector &ivec) |
Returns the sum of the squares of all elements in ivec. More... | |
int | sumsq (const ivector &ivec) |
Returns the sum of the squares of all elements in ivec. More... | |
Description not yet available.
Definition in file ivector.cpp.
void clean | ( | ivector & | v, |
int | level | ||
) |
Set elements of ivec to zero starting from level + 1;.
level | is the index of ivec |
Definition at line 377 of file ivector.cpp.
int norm2 | ( | const ivector & | ivec | ) |
Returns the sum of the squares of all elements in ivec.
ivec | ivector |
Definition at line 354 of file ivector.cpp.
int sumsq | ( | const ivector & | ivec | ) |
Returns the sum of the squares of all elements in ivec.
ivec | ivector |
Definition at line 368 of file ivector.cpp.
Generated on Wed Sep 7 2022 00:01:32 for ADMB Documentation by 1.8.5 |