matrix inverse by ^^-1 operator



The manual says that the function invert(A) uses the adjoint method to
compute the inverse of a matrix A, and refers to the ^^ operator for
an alternative method (when using A^^-1).
The ^^ operator manual entry doesn't say anything about this alternative method.
How does the ^^ operator compute the inverse?
I think that it should appear in the manual.

Thanks.