symmetric_matrix_exp

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


Feedback

Examples

Templates

Documentation