Question

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)

Was it helpful?

Solution

Can be done using 'Scaling and Squaring' method.

Implemented the solution as a function here.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top