ompbox10

所属分类:matlab编程
开发工具:matlab
文件大小:61KB
下载次数:10
上传日期:2019-06-25 19:33:15
上 传 者Conan_1996
说明:  omp算法工具箱,解压到Matlab工具箱文件夹下,按照说明文档做设置即可使用
(The OMP algorithm toolbox is decompressed into the folder of the Matlab toolbox and can be used by setting up the instructions)

文件列表:
Contents.m (559, 2009-04-19)
faq.txt (1810, 2009-10-17)
omp.m (5294, 2009-09-07)
omp2.m (6218, 2009-09-07)
ompdemo.m (2386, 2009-04-12)
ompspeedtest.m (1635, 2009-08-27)
ompver.m (8358, 2009-10-18)
private (0, 2019-05-27)
private\make.m (811, 2009-08-18)
private\mexutils.c (2219, 2009-08-15)
private\mexutils.h (3655, 2009-08-18)
private\myblas.c (12510, 2009-08-13)
private\myblas.h (14673, 2009-08-17)
private\omp2mex.c (3490, 2009-08-18)
private\omp2mex.m (896, 2009-04-12)
private\omp2mex.mexw64 (35328, 2019-05-27)
private\ompcore.c (12354, 2009-08-25)
private\ompcore.h (3118, 2009-08-26)
private\ompmex.c (2820, 2009-08-18)
private\ompmex.m (792, 2009-04-12)
private\ompmex.mexw64 (34816, 2019-05-27)
private\ompprof.c (4523, 2009-04-12)
private\ompprof.h (3082, 2009-08-18)
private\omputils.c (1933, 2009-08-18)
private\omputils.h (2272, 2009-08-18)
private\printf.m (693, 2009-04-19)

OMPBox v10 README October 18, 2009 OMPBox installation: -------------------- 1. Unpack the contents of the compressed file to a new directory, named e.g. "ompbox". 2. If you have not done so before, configure Matlab's MEX compiler by entering >> mex -setup prior to using MAKE. For optimal performance, it is recommended that you select a compiler that performs optimizations. For instance, in Windows, MS Visual Studio is preferred to Lcc. 3. Within Matlab, navigate to the OMPBox directory, and then to the "private" directory within it, and enter MAKE to run the compilation script. 4. Add the OMPBox package directory to the Matlab path (you can use the ADDPATH command for this). Do not add the private directory to the path. OMPBox quick start: ------------------- 1. Enter "ompdemo" at the Matlab command prompt to run a short demo of the package. 2. Enter "ompspeedtest" to test the speed of the various OMP implementations. 3. For a complete list of functions in the package, enter >> help ompbox This assumes the package was installed to a directory named "ompbox". If not, replace ompbox in the above with the (unqualified) name of the OMPBox installation directory. Also see faq.txt for some frequently asked questions about the package.

近期下载者

相关文件


收藏者