Code Comments

Programming Forum and web based access to our favorite programming groups.
For Programmers: Free Programming Magazines | New: Database administration forum
Registration is free! Edit your profileCalendarFind other membersFrequently Asked QuestionsSearch -> 
Post New Thread











Thread
Author

Re: A Remarkble Computation Program History
Penny Anderson wrote:

>Carl de Boor confirmed that he indeed was responsible for the original
>1960's FORTRAN code as he invented bicubic splines while at GM
Research at
>that time.

>Nice to know the power of MATLAB enabled him, decades later, to give
this
>user such a succinct and powerful solution in the Splines Toolbox.

If you have a working Fortran 77 subroutine, you can create an
interface in Fortran 90 as simple as that in MATLAB by using features
such as assumed shape arrays (array sizes do not need to be passed) and
optional arguments.

For example, a call to the LAPACK Fortran 77 library such as

call SGELSD(M, N, NRHS, A, LDA, B, LDB, S, RCOND, RANK, WORK,LWORK,
IWORK, INFO)

can be replaced with just

CALL LA_GELSD (A, B)

in LAPACK95, a Fortran 95 interface for LAPACK.

De Boor's Fortran spline code is freely available at
http://www.cs.wisc.edu/~deboor/pgs/ , and there is also public domain
Fortran code for splines at http://www.netlib.org/dierckx/ . You can
create simpler interfaces for any of these codes in about an hour. Why
commit yourself to expensive, proprietary, platform-specific solutions
that may run slower and don't even produce stand-alone executables?


Report this thread to moderator Post Follow-up to this message
Old Post
beliavsky@aol.com
12-22-04 09:04 PM


Sponsored Links




Last Thread Next Thread Next
Search this forum -> 
Post New Thread

Fortran archive

Show a Printable Version Send to friend Email This Page to Someone! subscribe to this thread Receive updates to this thread
Computer Consultants
Programming Jobs
Visual Basic Controls
SQL Server Programming
Webservices
Java Security
Visual Studio
C# Programming
Visual J++
Software engineering
Open source Software
Perl Programming
PHP Programming
ASP Programming
ASP .NET Programming
Visual Basic Programming
Windows Scripting Host
Java Programming
Java Help
Java Beans
VBScript
Cobol
MAC Applications
Unix Programming
Forum Jump:
All times are GMT. The time now is 07:58 AM.

 
Free MCSE Braindumps | Real Estate Topics

Programming forum archive

Copyrights CodeComments.com 2004 - 2006

Powered by vBulletin Copyright 2000-2006 Jelsoft Enterprises Limited.