Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
itpp
base
math
trig_hyp.cpp
Go to the documentation of this file.
1
29
#include <
itpp/base/math/trig_hyp.h
>
30
#include <
itpp/base/itcompat.h
>
31
32
namespace
itpp
33
{
34
36
vec
asinh
(
const
vec &x) {
return
apply_function<double>(
::asinh
, x); }
38
mat
asinh
(
const
mat &x) {
return
apply_function<double>(
::asinh
, x); }
40
vec
acosh
(
const
vec &x) {
return
apply_function<double>(
::acosh
, x); }
42
mat
acosh
(
const
mat &x) {
return
apply_function<double>(
::acosh
, x); }
44
vec
atanh
(
const
vec &x) {
return
apply_function<double>(
::atanh
, x); }
46
mat
atanh
(
const
mat &x) {
return
apply_function<double>(
::atanh
, x); }
47
48
}
// namespace itpp
Generated on Sat Jul 6 2013 10:54:21 for IT++ by
Doxygen
1.8.2