slatec

버전 1.1.0.0 (11.9 MB) 작성자: Ben Barrowes
The slatec library converted into matlab functions.
다운로드 수: 3.8K
업데이트 날짜: 2009/4/29

라이선스 보기

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.

인용 양식

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

MATLAB 릴리스 호환 정보
개발 환경: R2007a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Fortran with MATLAB에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

slatec_ml/

버전 게시됨 릴리스 정보
1.1.0.0

Major upgrade. More tests passed, etc.

1.0.0.0

Forgot to include writef function.