I'm trying to compute
$$I(t) = \int_0^t e^{ A \tau} e^{A^T \tau} \ d \tau $$
where $A$ is a real matrix, and $A^T$ its transpose.
I know that if $A$ was symmetric and $B = A + A^T$ nonsingular, I could use the rule for the Integral of matrix exponential and the result would be
$$ I(t) = B^{-1} \left( e^{t B } - I \right) $$
What if $A$ is not symmetric, though?