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

Calculate the inverse hyperbolic cosine of each element of a Matrix.

This function calculates the inverse hyperbolic cosine of each element in a Matrix

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