[comp.lang.c] Matrix Inversion routine

aob@lanl.gov (Alexander O. Brown) (06/08/91)

     POSTING FOR A FRIEND - PLEASE DO NOT

     RESPOND TO ME.  REPLY TO alex@vuse.vanderbilt.edu

*******************************************************

Does anyone have a general purpose matrix inversion
routine preferrably written in C or know where I
may be able to get one?

		Thanks,
		Alex
		alex@vuse.vanderbilt.edu

trh@ukc.ac.uk (T.R.Hopkins) (06/11/91)

In article <25284@lanl.gov> aob@lanl.gov (Alexander O. Brown) writes:
>
>Does anyone have a general purpose matrix inversion
>routine preferrably written in C or know where I
>may be able to get one?
>
>		Thanks,
>		Alex
>		alex@vuse.vanderbilt.edu

Have a look in netlib: send e-mail of the form

send index
send index from c

you'll get back two files, the first giving a description of the system
and how to use it and the second providing information on what's available
in C.

netlib addresses : netlib@research.att.com
                   netlib@ukc.ac.uk

Tim