Re: C-source of matrix inversion
- From: abariska@xxxxxxxxxxxxxxx
- Date: 29 Oct 2005 11:57:00 -0700
lanbaba wrote:
> I've implemented the matrix inversion in C, but it is too slow. Does
> anyone know a good free C source for matrix inversion?
There is Chapter 2.3 in Numerical Recipes in C:
http://www.library.cornell.edu/nr/cbookcpdf.html
Also note the following chapters that discuss special matrices and
their inversion. If your matrix has a special form, inverting it might
be possible in a faster manner than with general LU decomposition.
.
- Prev by Date: Re: Motion Detector Unit For Loud Objects
- Next by Date: Re: Making lemonade from lemons WAS[Re: Plagiarism]
- Previous by thread: Re: C-source of matrix inversion
- Next by thread: Best technique for examining network traffic?
- Index(es):