source: proiecte/pmake3d/make3d_original/Make3dSingleImageStanford_version0.1/third_party/lightspeed/README.txt @ 37

Last change on this file since 37 was 37, checked in by (none), 14 years ago

Added original make3d

  • Property svn:executable set to *
File size: 981 bytes
Line 
1This is a library of efficient and useful matlab functions, with an
2emphasis on statistics.
3See Contents.m for a synopsis.
4
5You can place the lightspeed directory anywhere.
6To make sure lightspeed is always in your path, create a startup.m
7file in your matlab directory, if you don't already have one, and add
8a line like this:
9  addpath(genpath('c:\matlab\lightspeed'))
10Replace 'c:\matlab\lightspeed' with the location of the lightspeed directory.
11
12There are some Matlab Extension (MEX) files that need to be compiled.
13This can be done in matlab via:
14  cd c:\matlab\lightspeed
15  install_lightspeed
16
17If you are using Matlab 7 and Microsoft Visual C++ as your compiler
18(recommended), then you will need to download a patch:
19ftp://ftp.mathworks.com/pub/tech-support/solutions/s1-QK7PM/libmwlapack.lib
20Place the file in $MATLAB/extern/lib/win32/microsoft/msvc60/libmwlapack.lib
21where $MATLAB is your root MATLAB directory.
22
23You can find timing tests in the files test_*.m
24
25Tom Minka
Note: See TracBrowser for help on using the repository browser.