I suggest you refer to the excellent book Matrix Computations by Golub
and van Loan.
Dave
On Jan 8, 10:09 pm, "Lukas Šalkauskas" <[EMAIL PROTECTED]>
wrote:
> I just need fastest algorithm I can get to implement Gaussian method to
> calculate inverse N x M matrix.
>
> On Jan 9, 2008 3:24 AM, Dave
I just need fastest algorithm I can get to implement Gaussian method to
calculate inverse N x M matrix.
On Jan 9, 2008 3:24 AM, Dave <[EMAIL PROTECTED]> wrote:
>
> What is the problem you want to solve using the inverse matrix? There
> are many problems that can be solved much more efficiently by
What is the problem you want to solve using the inverse matrix? There
are many problems that can be solved much more efficiently by an
approach that does not use the inverse matrix.
Dave
On Jan 8, 6:34 pm, "Lukas Šalkauskas" <[EMAIL PROTECTED]> wrote:
> Hi,
> I need a gaussian method to calcu