Links: Difference between revisions
From phys660
Jump to navigationJump to search
No edit summary |
|||
Line 5: | Line 5: | ||
*[http://cs.nyu.edu/cs/faculty/overton/g22_nm/programs/info.html Calling C and Fortran from MATLAB using the MEX interface] | *[http://cs.nyu.edu/cs/faculty/overton/g22_nm/programs/info.html Calling C and Fortran from MATLAB using the MEX interface] | ||
*[http://wiki.accelereyes.com/wiki/index.php/Jacket_Basics MATLAB Jacket for GPUs] | *[http://wiki.accelereyes.com/wiki/index.php/Jacket_Basics MATLAB Jacket for GPUs] | ||
== Linux Reference == | |||
*[http://www-uxsup.csx.cam.ac.uk/pwf-linux/intro/remote.files.html Transfering Files: scp and sftp] | |||
*[http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html PuTTY SSH Client] | |||
*[http://www.udel.edu/it/research/training/config_laptop/puTTY.shtml Using X-windows (X11) and secure shell (SSH) to connect to a remote UNIX server] | |||
*[http://www.straightrunning.com/XmingNotes/ X Tunneling on Windows] | |||
*[http://www.u.arizona.edu/consult/macx-tunnel.html X Tunneling on MacOS] | |||
*Introduction to Emacs, Pico, and VI text editors | |||
== Fortran 90 Reference == | == Fortran 90 Reference == | ||
Line 16: | Line 24: | ||
*[http://python.org/ Python.org] | *[http://python.org/ Python.org] | ||
*[http://numpy.scipy.org/ NumPy] | *[http://numpy.scipy.org/ NumPy] | ||
Revision as of 12:20, 21 January 2012
MATLAB Reference
- The complete official MATLAB reference
- Multithreaded MATLAB performance on multicores
- Running MATLAB m-files in the background under Linux
- Calling C and Fortran from MATLAB using the MEX interface
- MATLAB Jacket for GPUs
Linux Reference
- Transfering Files: scp and sftp
- PuTTY SSH Client
- Using X-windows (X11) and secure shell (SSH) to connect to a remote UNIX server
- X Tunneling on Windows
- X Tunneling on MacOS
- Introduction to Emacs, Pico, and VI text editors