pub fn su3_exp_r(su3_adj: Su3Adjoint) -> CMatrix3
gives the value exp(v^a T^a )
exp(v^a T^a )
The algorithm use is much more efficient the diagonalization method. It use the Cayley–Hamilton theorem. If you wish to find more about it you can read the OpenQCD documentation that can be found here or by downloading a release.