22 #include <iostream.hpp>
23 #include <iomanip.hpp>
30 const char *function_name);
32 const char *function_name);
34 const char *function_name);
36 const char *function_name);
97 "dvar_vector pow(const dvar_vector& v1,const dvar_vector& v2)");
183 const char *function_name)
187 cerr <<
" Vector sizes do no match in" << function_name <<
"\n";
197 const char *function_name)
201 cerr <<
" Vector sizes do no match in" << function_name <<
"\n";
211 const char *function_name)
215 cerr <<
" Vector sizes do no match in" << function_name <<
"\n";
Base class for dvariable.
dvector log10(const dvector &vec)
Returns dvector with the common (base-10) logarithm of vec.
dvector tanh(const dvector &vec)
Returns dvector with hyperbolic tangent for each value of vec.
Vector of double precision numbers.
int indexmin() const
Get minimum valid index.
dvector cosh(const dvector &vec)
Returns dvector with hyperbolic cosine for each value of vec.
void shape_check(const dvector &a, const dvector &b, const char *message)
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
void RETURN_ARRAYS_INCREMENT()
int indexmax() const
Get maximum valid index.
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
static _THREAD gradient_structure * _instance
dvector sinh(const dvector &vec)
Returns dvector with hyperbolic sine for each value of vec.
void RETURN_ARRAYS_DECREMENT()
class for things related to the gradient structures, including dimension of arrays, size of buffers, etc.
dvector acos(const dvector &vec)
Returns dvector with principal value of the arc cosine of vec, expressed in radians.
d3_array pow(const d3_array &m, int e)
Description not yet available.
dvector asin(const dvector &vec)
Returns dvector with principal value of the arc sine of vec, expressed in radians.