Alamo
Test.H
Go to the documentation of this file.
1#ifndef NUMERIC_INTERPOLATOR_TEST_H
2#define NUMERIC_INTERPOLATOR_TEST_H
3
4namespace Numeric
5{
6namespace Interpolator
7{
8template<class In>
9class Test
10{
11public:
12 int Match(int);
13private:
14
15};
16}
17}
18
19
20
21
22#endif
This namespace contains some numerical tools.
Definition Function.H:6
Definition GB.H:8