diff options
author | Eugene Suter <easuter@gmail.com> | 2010-05-12 23:27:41 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-12 23:27:41 +0200 |
commit | 98f676a3ddaaeaa03558086338929218c3aabcdd (patch) | |
tree | 578176ce32f08170451d066f56aac89e3e0dde58 /academic/scipy/README | |
parent | 62ef8dd6f6ba4b91bf067b20aa347351eb990635 (diff) | |
download | slackbuilds-98f676a3ddaaeaa03558086338929218c3aabcdd.tar.gz |
academic/scipy: Added to 12.2 repository
Diffstat (limited to 'academic/scipy/README')
-rw-r--r-- | academic/scipy/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/academic/scipy/README b/academic/scipy/README new file mode 100644 index 0000000000..4c2d9604f2 --- /dev/null +++ b/academic/scipy/README @@ -0,0 +1,10 @@ +SciPy (pronounced "Sigh Pie") is open-source software for mathematics, +science, and engineering. +The SciPy library is built to work with NumPy arrays, and provides many +user-friendly and efficient numerical routines such as routines for numerical +integration and optimization. Together, they run on all popular operating +systems, are quick to install, and are free of charge. NumPy and SciPy are +easy to use, but powerful enough to be depended upon by some of the world's +leading scientists and engineers. + +This package requires NumPy, Matplotlib, iPython, BLAS, LAPACK, and FFTW. |