how about we use same method for invert(A) as for A^^-1 ?
Subject: how about we use same method for invert(A) as for A^^-1 ?
From: Mark H Weaver
Date: Wed, 12 Dec 2012 02:37:24 -0500
Robert Dodier <robert.dodier at gmail.com> writes:
> invert(A) also honors some flags (e.g. detout) which, I suppose, some
> user might possibly want.
FWIW, I've written code that inverts symbolic matrices with the detout
flag set, and that would misbehave if that functionality was removed.
I doubt I'm alone.
Regards,
Mark