Changeset 747 for trunk/yat/regression
- Timestamp:
- Feb 11, 2007, 2:26:41 PM (17 years ago)
- Location:
- trunk/yat/regression
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/regression/Local.h
r726 r747 25 25 */ 26 26 27 #include "Kernel.h"28 #include "OneDimensionalWeighted.h"29 27 #include "yat/utility/vector.h" 30 28 … … 34 32 namespace yat { 35 33 namespace regression { 34 35 class Kernel; 36 class OneDimensionalWeighted; 36 37 37 38 /// -
trunk/yat/regression/Polynomial.h
r729 r747 27 27 #include "OneDimensional.h" 28 28 #include "MultiDimensional.h" 29 #include "yat/utility/vector.h"30 29 31 30 namespace theplu { 32 31 namespace yat { 32 namespace utility { 33 class vector; 34 } 33 35 namespace regression { 34 36
Note: See TracChangeset
for help on using the changeset viewer.