Go to the documentation of this file.
33#include <itpp/itexports.h>
42inline double sinc(
double x)
49 return sin(pix) / pix;
101ITPP_EXPORT vec
asinh(
const vec &x);
103ITPP_EXPORT mat
asinh(
const mat &x);
105ITPP_EXPORT vec
acosh(
const vec &x);
107ITPP_EXPORT mat
acosh(
const mat &x);
109ITPP_EXPORT vec
atanh(
const vec &x);
111ITPP_EXPORT mat
atanh(
const mat &x);
vec asinh(const vec &x)
Inverse sine hyperbolic function.
vec tanh(const vec &x)
Tan hyperbolic function.
vec sinh(const vec &x)
Sine hyperbolic function.
vec cosh(const vec &x)
Cosine hyperbolic function.
vec acosh(const vec &x)
Inverse cosine hyperbolic function.
vec atanh(const vec &x)
Inverse tan hyperbolic function.
Vec< T > apply_function(T(*f)(T), const Vec< T > &v)
Help function to call for a function: Vec<T> function(Vec<T>)
vec sin(const vec &x)
Sine function.
vec cos(const vec &x)
Cosine function.
vec tan(const vec &x)
Tan function.
vec asin(const vec &x)
Inverse sine function.
vec atan(const vec &x)
Inverse tan function.
double sinc(double x)
Sinc function: sinc(x) = sin(pi*x)/pi*x.
vec acos(const vec &x)
Inverse cosine function.
Help functions to make functions with vec and mat as arguments.
const double pi
Constant Pi.
Generated on Tue Aug 17 2021 10:59:15 for IT++ by Doxygen 1.12.0