Date: Thu, 20 Feb 1997 09:17:00 +0200 (IST) From: Eli Zaretskii To: Jesse Bennett cc: kagel AT dg1 DOT bloomberg DOT com, jbennett AT ti DOT com, djgpp AT delorie DOT com Subject: Re: Netlib code [was Re: flops...] In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Wed, 19 Feb 1997, Jesse W. Bennett wrote: > to solve X' = [inv(A)B]' = B'inv(A'). I see no easy way to do this > without either transposing the C arrays or rewriting a large amount of > code (actually I could solve X = inv(A')B' and transpose the X array to Can't you edit the source and switch the indices where it accesses the arrays?