00001 00029 #include <itpp/base/math/trig_hyp.h> 00030 #include <itpp/base/itcompat.h> 00031 00032 namespace itpp 00033 { 00034 00036 vec asinh(const vec &x) { return apply_function<double>(::asinh, x); } 00038 mat asinh(const mat &x) { return apply_function<double>(::asinh, x); } 00040 vec acosh(const vec &x) { return apply_function<double>(::acosh, x); } 00042 mat acosh(const mat &x) { return apply_function<double>(::acosh, x); } 00044 vec atanh(const vec &x) { return apply_function<double>(::atanh, x); } 00046 mat atanh(const mat &x) { return apply_function<double>(::atanh, x); } 00047 00048 } // namespace itpp
Generated on Wed Jul 27 2011 16:27:04 for IT++ by Doxygen 1.7.4