slatec

The slatec library converted into matlab functions.
3,8K téléchargements
Mise à jour 29 avr. 2009

Afficher la licence

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.

Citation pour cette source

Ben Barrowes (2024). slatec (https://www.mathworks.com/matlabcentral/fileexchange/14535-slatec), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2007a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Fortran with MATLAB dans Help Center et MATLAB Answers

Community Treasure Hunt

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

Start Hunting!

slatec_ml/

Version Publié le Notes de version
1.1.0.0

Major upgrade. More tests passed, etc.

1.0.0.0

Forgot to include writef function.