iqm.benchmarks.compressive_gst.mgst.optimization.eigy_expm

Contents

iqm.benchmarks.compressive_gst.mgst.optimization.eigy_expm#

iqm.benchmarks.compressive_gst.mgst.optimization.eigy_expm(A: ndarray) ndarray#

Custom Matrix exponential using the eigendecomposition of numpy’s linalg.

Parameters:

A (ndarray) – Matrix to be exponentiated

Returns:

Matrix exponential of A

Return type:

ndarray