ddinv — Inverse matrix of DD matrix
X = ddinv(A)
DD matrix
returns an inverse matrix of DD matrix <term>A</term>.
A = ddrand(10,10) X = ddinv(A)