Changeset 58
- Timestamp:
- Apr 14, 2004, 9:07:08 AM (19 years ago)
- Location:
- trunk
- Files:
-
- 6 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/first_page.doxygen
r44 r58 6 6 @version $Revision$ $Date$ 7 7 8 \author Daniel Dalevi, <a 9 href="mailto:daniel@thep.lu.se">daniel@thep.lu.se</a>, Department 10 of Theoretical Physics, Lund University, Sweden <br> <a 8 \author <a href="mailto:daniel@thep.lu.se">Daniel Dalevi</a>, 9 Department of Theoretical Physics, Lund University, Sweden <br> <a 11 10 href='mailto:jari@thep.lu.se'>Jari 12 11 Häkkinen</a>, Department of Theoretical Physics, Lund 13 University, Sweden <br> Peter Johansson, <a 14 href="mailto:peter@thep.lu.se">peter@thep.lu.se</a>, Department of 15 Theoretical Physics, Lund University, Sweden 12 University, Sweden <br> <a 13 href="mailto:peter@thep.lu.se">Peter 14 Johansson</a>, Department of Theoretical Physics, Lund University, 15 Sweden 16 16 17 17 This is the documentation for the thep C++ tools. -
trunk/src/Makefile.am
r42 r58 6 6 7 7 libc___tools_a_SOURCES = \ 8 GaussianKernelFunction.cc histogram.cc Kernel.cc matrix.cc PCA.cc\9 P olynomialKernelFunction.cc random_singleton.cc SVD.cc SVM.cc\10 vector.cc8 FileIO.cc GaussianKernelFunction.cc histogram.cc Kernel.cc matrix.cc \ 9 PCA.cc PolynomialKernelFunction.cc random_singleton.cc stl_utility SVD.cc \ 10 SVM.cc vector.cc Wead.cc 11 11 12 12 INCLUDES = -I/usr/local_bio/include -I/usr/local_bio -
trunk/test/Makefile.am
r42 r58 3 3 ## $Id$ 4 4 5 check_PROGRAMS = test_kernel test_pca test_rnd test_svd test_svm 5 check_PROGRAMS = test_kernel test_pca test_rnd test_svd test_svm test_wead 6 6 7 7 test_rnd_SOURCES = test_rnd.cc … … 30 30 $(GSL_LIB) $(CBLAS_LIB) $(MATH_LIB) 31 31 32 test_wead_SOURCES = test_wead.cc 33 test_wead_LDADD = -L@top_srcdir@/$(CPP_TOOLS_LIB_LOCATION) $(CPP_TOOLS_LIB) \ 34 -L/home/max/jari/local/lib -L/home/max/jari/local/lib/Linux_ATHLONSSE1 \ 35 $(GSL_LIB) $(CBLAS_LIB) $(MATH_LIB) 36 32 37 INCLUDES = -I@top_srcdir@/$(CPP_TOOLS_HEADER_LOCATION) \ 33 38 -I/usr/local_bio/include
Note: See TracChangeset
for help on using the changeset viewer.