For Programmers: Free Programming Magazines  


Home > Archive > Fortran > September 2005 > Re: What do the symbols do in the following example:









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Re: What do the symbols do in the following example:
David Frank

2005-09-11, 6:57 pm


"jdturner" <jamesdanielturner@hotmail.com> wrote in message
news:1126446231.792231.220300@o13g2000cwo.googlegroups.com...
> Experts:
>
> I found the following code on the WEB for inverting a matrix, but I
> have not found any documentation for the function of the bracket
> symbols. I would like to know what they mean, are the standard, will
> they port easily, .....
>


Yes, my Gauss invert routine obeys THE STANDARD's syntax and will port
easily to any compiler
supporting [] vs (/ /) array delimiters that exists in THE STANDARD,

e.g. CVF, IVF, etc

FYI the algorithm will run faster than any other invert including using the
messy lapack stuff for n < 50
and disregard the inevitable broken record thats sure to follow asking why
do you want a invert routine.
I personally find it provides faster/clearer/briefer syntax used to solve
sets of linear eq.


Greg Lindahl

2005-09-11, 6:57 pm

In article <leYUe.10819$FW1.2750@newsread3.news.atl.earthlink.net>,
David Frank <dave_frank@hotmail.com> wrote:

>and disregard the inevitable broken record thats sure to follow asking why
>do you want a invert routine.


At least he's a consistant idiot; I'd hate it for him to actually
advocate anything that was correct.

-- g
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2009 codecomments.com