Links: Difference between revisions
From phys660
Jump to navigationJump to search
(Created page with "== MATLAB Reference == *[http://www.mathworks.com/help/techdoc/index.html The complete official MATLAB reference] *[[Media:mlab_bench.pdf|Multithreaded MATLAB performance on m...") |
No edit summary |
||
Line 8: | Line 8: | ||
== Fortran 90 Reference == | == Fortran 90 Reference == | ||
* [http://www.cisl.ucar.edu/tcg/consweb/Fortran90/F90Tutorial/tutorial.html Fortran 90 Advanced Tutorial] | * [http://www.cisl.ucar.edu/tcg/consweb/Fortran90/F90Tutorial/tutorial.html Fortran 90 Advanced Tutorial] | ||
==Python Reference== | |||
*Python in 40 minutes | |||
*Handbook of the Physics Computing Course (Python language) | |||
*Numerical Python | |||
*Python.org | |||
== Linux Reference == | == Linux Reference == |
Revision as of 22:26, 7 January 2012
MATLAB Reference
- The complete official MATLAB reference
- Multithreaded MATLAB performance on multicores
- MATLAB m-files in the background under Linux
- Calling C and Fortran from MATLAB using the MEX interface
- MATLAB Jacket for GPUs
Fortran 90 Reference
Python Reference
- Python in 40 minutes
- Handbook of the Physics Computing Course (Python language)
- Numerical Python
- Python.org
Linux Reference
- Transfering Files: scp and sftp
- PuTTY SSH Client
- X Tunneling on Windows
- X Tunneling on MacOS
- Introduction to Emacs, Pico, and VI text editors