pyFDN.adjugate# pyFDN.adjugate(A)[source]# Adjugate matrix, valid also for singular and complex matrices. Uses the SVD identity adj(A) = det(U V^H) V adj(S) U^H (with A = U S V^H), which holds even if A and S are singular. Translates adjugate.m from fdnToolbox. Return type: ndarray