IT++ Logo
trig_hyp.cpp
Go to the documentation of this file.
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
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
SourceForge Logo

Generated on Sat Jul 9 2011 15:21:30 for IT++ by Doxygen 1.7.4