I need to compute the matrix exponential of a real matrix that has no special structure (is not symmetric, positive definite, nilpotent, normal, etc...). Currently, this is the most time consuming step in my program; I need to be able to transform this matrix, I suppose, into something that can...