slatec

The slatec library converted into matlab functions.
3,9K download
Aggiornato 29 apr 2009

Visualizza la licenza

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.

Cita come

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

Compatibilità della release di MATLAB
Creato con R2007a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Fortran with MATLAB in Help Center e MATLAB Answers

Community Treasure Hunt

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

Start Hunting!

slatec_ml/

Versione Pubblicato Note della release
1.1.0.0

Major upgrade. More tests passed, etc.

1.0.0.0

Forgot to include writef function.