Is there a way to calculate the matrix exponential of a matrix in MKL? I have looked at the reference manual but I was only able to find v?Exp() which is for finding the exponential of vector elements.
(I am basically looking for the MATLAB expm() equivalent)