source: trunk/src/RegressionKernel.h @ 205

Last change on this file since 205 was 205, checked in by Peter, 18 years ago

RegressionKernel? added

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 280 bytes
Line 
1// $Id: RegressionKernel.h 205 2004-11-02 18:30:35Z peter $
2
3#ifndef _theplu_statistics_regression_kernel_
4#define _theplu_statistics_regression_kernel_
5
6namespace theplu {
7namespace statistics { 
8
9  ///
10  ///
11  ///
12
13  class RegressionKernel
14  {
15    RegressionKernel(void);
16  };
17
18}}  // of namespace statistics and namespace theplu
19
20#endif
Note: See TracBrowser for help on using the repository browser.