symmetric_matrix_exp
symmetric_matrix_exp(mats):
LLM Docstring
Matrix exponential of a symmetric matrix, computed by exponentiating its eigenvalues.
mats:np.ndarraythe symmetric matrix (or stack)
:returns:np.ndarraythe matrix exponential
symmetric_matrix_exp(mats):
LLM Docstring
Matrix exponential of a symmetric matrix, computed by exponentiating its eigenvalues.
mats: np.ndarray
the symmetric matrix (or stack)
:returns: np.ndarray
the matrix exponential