|
ADMB Documentation
-a65f1c97
|
Go to the source code of this file.
Functions | |
| dvector | acos (const dvector &vec) |
| Returns dvector with principal value of the arc cosine of vec, expressed in radians. More... | |
| dvector | asin (const dvector &vec) |
| Returns dvector with principal value of the arc sine of vec, expressed in radians. More... | |
| dvector | atan (const dvector &vec) |
| Returns dvector with principal value of the arc tangent of vec, expressed in radians. More... | |
| dvector | cos (const dvector &vec) |
| Returns dvector with cosine for each value of vec. More... | |
| dvector | cosh (const dvector &vec) |
| Returns dvector with hyperbolic cosine for each value of vec. More... | |
| dvector | log10 (const dvector &vec) |
| Returns dvector with the common (base-10) logarithm of vec. More... | |
| dvector | pow (const dvector &bases, const double exponent) |
| Returns a dvector with base raised to the power exponent for each element in exponents. More... | |
| dvector | pow (const dvector &bases, int exponent) |
| Returns a dvector with base raised to the power exponent for each element in exponents. More... | |
| dvector | pow (const dvector &bases, const dvector &exponents) |
| Returns a dvector with each element from bases is raised to the power exponent for each element in exponents. More... | |
| dvector | pow (const double base, const dvector &exponents) |
| Returns a dvector with base raised to the power exponent for each element in exponents. More... | |
| void | shape_check (const dvector &v1, const dvector &v2, const char *function_name) |
| Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California. More... | |
| dvector | sin (const dvector &vec) |
| Returns dvector with sine for each value of vec. More... | |
| dvector | sinh (const dvector &vec) |
| Returns dvector with hyperbolic sine for each value of vec. More... | |
| dvector | sqr (const dvector &vec) |
| Returns dvector with the square of each element in vec. More... | |
| dvector | sqrt (const dvector &vec) |
| Returns dvector with the square of each element in vec. More... | |
| dvector | tan (const dvector &vec) |
| Returns dvector with tangent for each value of vec. More... | |
| dvector | tanh (const dvector &vec) |
| Returns dvector with hyperbolic tangent for each value of vec. More... | |
Returns dvector with principal value of the arc cosine of vec, expressed in radians.
| vec | scalar vector |
Definition at line 244 of file dvect6.cpp.
Referenced by acos().
Returns dvector with principal value of the arc sine of vec, expressed in radians.
| vec | scalar vector |
Definition at line 229 of file dvect6.cpp.
Referenced by asin(), boundpin(), cmvbvu_(), and mvbvu_().
Returns dvector with principal value of the arc tangent of vec, expressed in radians.
| vec | scalar vector |
Definition at line 259 of file dvect6.cpp.
Returns dvector with cosine for each value of vec.
| vec | array of floating values |
Definition at line 42 of file dvect6.cpp.
Returns dvector with hyperbolic cosine for each value of vec.
| vec | array of floating values |
Definition at line 105 of file dvect6.cpp.
Referenced by cosh(), tiny_ad::D_tanh(), and sinh().
Returns dvector with the common (base-10) logarithm of vec.
| vec | scalar vector |
Definition at line 273 of file dvect6.cpp.
Referenced by log10(), function_minimizer::print_mcmc_progress(), and str().
Returns a dvector with base raised to the power exponent for each element in exponents.
| base | array of floating values |
| exponent | a floating value |
Definition at line 149 of file dvect6.cpp.
Returns a dvector with base raised to the power exponent for each element in exponents.
| base | array of floating values |
| exponent | a integer |
Definition at line 172 of file dvect6.cpp.
Returns a dvector with each element from bases is raised to the power exponent for each element in exponents.
| base | array of floating values |
| exponents | array of floating values |
Definition at line 195 of file dvect6.cpp.
Returns a dvector with base raised to the power exponent for each element in exponents.
| base | double |
| exponents | array of floating points |
Definition at line 214 of file dvect6.cpp.
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
Exits if the dimensions of a and b dvector are not equal.
| a | dvector |
| b | dvector |
| message | to include with output |
Definition at line 26 of file dvect18.cpp.
Returns dvector with sine for each value of vec.
| vec | array of floating values |
Definition at line 21 of file dvect6.cpp.
Returns dvector with hyperbolic sine for each value of vec.
| vec | array of floating values |
Definition at line 84 of file dvect6.cpp.
Returns dvector with the square of each element in vec.
| vec | scalar vector |
Definition at line 301 of file dvect6.cpp.
Returns dvector with the square of each element in vec.
| vec | scalar vector |
Definition at line 287 of file dvect6.cpp.
Returns dvector with tangent for each value of vec.
| vec | array of floating values |
Definition at line 63 of file dvect6.cpp.
Returns dvector with hyperbolic tangent for each value of vec.
| vec | array of floating values |
Definition at line 126 of file dvect6.cpp.
Referenced by tanh().
|
|
Generated on Wed Sep 7 2022 00:01:31 for ADMB Documentation by 1.8.5
|