slatec

The slatec library converted into matlab functions.
3,9K Downloads
Aktualisiert 29. Apr 2009

Lizenz anzeigen

INTRODUCTION:
slatec_ml_version.zip contains all the functions and subroutines in the slatec package,
available from netlib:
http://www.netlib.org/slatec/index.html
The directory also contains all of the functions and subroutines from John Burkardt's
slatec_prb package which tests the slatec routines:
http://people.scs.fsu.edu/~burkardt/f_src/slatec/slatec.html

The individual function in the slatec_ml directory are translations of the fortran90 code
made with f2matlab:
http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=5260&objectType=file
and this slatec package may also be downloaded from the Matlab File Exchange.

Note that the slatec routines in slatecF/ have been modified to have no goto's in them.

INSTALLATION:
Unzip the slatec_ml_version.zip file and put the slatec_ml directory on your Matlab or Octave
path.

TESTING:
Run slatecML from the slatec_ml directory to run the slatec test suite from John Burkardt.

CURRENT STATUS:
All have been converted to matlab, but not all pass the tests. I am still working on those when I get time.

Zitieren als

Ben Barrowes (2024). slatec (https://www.mathworks.com/matlabcentral/fileexchange/14535-slatec), MATLAB Central File Exchange. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R2007a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Fortran with MATLAB finden Sie in Help Center und MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

slatec_ml/

Version Veröffentlicht Versionshinweise
1.1.0.0

Major upgrade. More tests passed, etc.

1.0.0.0

Forgot to include writef function.