Description not yet available. More...
Go to the source code of this file.
Functions | |
dvector | acos (const dvector &v1) |
Description not yet available. | |
dvector | asin (const dvector &v1) |
Description not yet available. | |
dvector | atan (const dvector &v1) |
Description not yet available. | |
dvector | cos (const dvector &v1) |
Description not yet available. | |
dvector | cosh (const dvector &v1) |
Description not yet available. | |
dvector | log10 (const dvector &v1) |
Description not yet available. | |
dvector | pow (const dvector &v1, const double x) |
Description not yet available. | |
dvector | pow (const dvector &v1, int x) |
Description not yet available. | |
dvector | pow (const dvector &v1, const dvector &v2) |
Description not yet available. | |
dvector | pow (const double x, const dvector &v2) |
Description not yet available. | |
void | shape_check (const dvector &v1, const dvector &v2, const char *function_name) |
Determine if the lower and upper bounds of two evctors match in a specified function. | |
dvector | sin (const dvector &v1) |
Description not yet available. | |
dvector | sinh (const dvector &v1) |
Description not yet available. | |
dvector | sqr (const dvector &v1) |
Description not yet available. | |
dvector | sqrt (const dvector &v1) |
Description not yet available. | |
dvector | tan (const dvector &v1) |
Description not yet available. | |
dvector | tanh (const dvector &v1) |
Description not yet available. |
Description not yet available.
Definition in file dvect6.cpp.
Description not yet available.
Definition at line 182 of file dvect6.cpp.
Referenced by acos().
Description not yet available.
Definition at line 168 of file dvect6.cpp.
Referenced by asin(), boundpin(), cmvbvu_(), and mvbvu_().
void shape_check | ( | const dvector & | v1, |
const dvector & | v2, | ||
const char * | function_name | ||
) |
Determine if the lower and upper bounds of two evctors match in a specified function.
v1 | a data vector |
v2 | a data vector |
function_nam | a pointer to the name of the function in question. |
Definition at line 36 of file dvect18.cpp.
Generated on Tue Mar 8 2016 19:51:36 for ADMB Documentation by 1.8.0 |