Scythe-1.0.3
template<matrix_order RO, matrix_style RS, typename T , matrix_order PO, matrix_style PS>
Matrix<T,RO,RS> scythe::sinh ( const Matrix< T, PO, PS > &  A)

Calculate the hyperbolic sine of each element of a Matrix.

This function calculates the hyperbolic sine of each element in a Matrix

Parameters:
AThe matrix whose hyperbolic sines are of interest.
See also:
tan()
tanh()
sin()
cos()
cosh()
acos()
acosh()
asin()
asinh()
atan()
atanh()
atan2()