Pregunta

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)

¿Fue útil?

Solución

Can be done using 'Scaling and Squaring' method.

Implemented the solution as a function here.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top