pyFDN.interpolate_orthogonal# pyFDN.interpolate_orthogonal(A, B, t)[source]# Geodesic interpolation between two orthogonal matrices. C(t) = A @ expm(t * logm(A.T @ B)). C(0)=A, C(1)=B; each C(t) is orthogonal. Return type: ndarray