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

Calculate the value e^(x-1) for each element of a Matrix.

This function calculates the value e^(x-1) for each element of a matrix, where x is the ith element of the matrix A

Parameters:
AThe matrix whose elements are to be exponentiated.
See also:
exp()