Last change
on this file since 257 was
257,
checked in by Jari Häkkinen, 18 years ago
|
Added vector views and made vector member functions to be non-member functions.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
1.3 KB
|
Rev | Line | |
---|
[2] | 1 | ## Process this file with automake to produce Makefile.in |
---|
| 2 | ## |
---|
| 3 | ## $Id: Makefile.am 257 2005-03-04 00:53:34Z jari $ |
---|
[4] | 4 | |
---|
| 5 | lib_LIBRARIES = libc++_tools.a |
---|
| 6 | |
---|
[225] | 7 | INCLUDES = @LOCAL_INCLUDES@ |
---|
[145] | 8 | |
---|
[225] | 9 | libc___tools_a_SOURCES = \ |
---|
| 10 | Alignment.cc Averager.cc AveragerPair.cc ConsensusInputRanker.cc \ |
---|
| 11 | CrossValidation.cc FileIO.cc Fisher.cc GaussianKernelFunction.cc \ |
---|
[257] | 12 | gslapi_utility.cc \ |
---|
[225] | 13 | Histogram.cc InputRanker.cc Kernel.cc kNNI.cc matrix.cc Merge.cc \ |
---|
| 14 | NNI.cc PCA.cc PolynomialKernelFunction.cc random_singleton.cc \ |
---|
| 15 | Regression.cc RegressionKernel.cc RegressionKernelBox.cc \ |
---|
| 16 | RegressionLinear.cc RegressionLocal.cc RegressionNaive.cc ROC.cc \ |
---|
| 17 | Score.cc Statistics.cc SVD.cc SVM.cc tScore.cc vector.cc \ |
---|
| 18 | WeightedAverager.cc WeNNI.cc |
---|
[145] | 19 | |
---|
[225] | 20 | include_cpp_toolsdir = $(includedir)/c++_tools |
---|
[4] | 21 | |
---|
[225] | 22 | include_cpp_tools_HEADERS = \ |
---|
| 23 | Alignment.h Averager.h AveragerPair.h ConsensusInputRanker.h \ |
---|
| 24 | CrossValidation.h FileIO.h Fisher.h GaussianKernelFunction.h \ |
---|
[257] | 25 | gslapi_utility.h \ |
---|
[225] | 26 | Histogram.h InputRanker.h Kernel.h KernelFunction.h kNNI.h matrix.h \ |
---|
| 27 | Merge.h NNI.h PCA.h Pearson.h PolynomialKernelFunction.h \ |
---|
| 28 | random_singleton.h Regression.h RegressionKernel.h \ |
---|
| 29 | RegressionKernelBox.h RegressionLinear.h RegressionLocal.h \ |
---|
| 30 | RegressionNaive.h ROC.h Score.h Statistics.h stl_utility.h SVD.h \ |
---|
| 31 | SVM.h tScore.h vector.h WeightedAverager.h WeNNI.h |
---|
Note: See
TracBrowser
for help on using the repository browser.