Properties.hxx
1 // Copyright (C) 2001-2009 Vivien Mallet
2 //
3 // This file is part of the linear-algebra library Seldon,
4 // http://seldon.sourceforge.net/.
5 //
6 // Seldon is free software; you can redistribute it and/or modify it under the
7 // terms of the GNU Lesser General Public License as published by the Free
8 // Software Foundation; either version 2.1 of the License, or (at your option)
9 // any later version.
10 //
11 // Seldon is distributed in the hope that it will be useful, but WITHOUT ANY
12 // WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
13 // FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
14 // more details.
15 //
16 // You should have received a copy of the GNU Lesser General Public License
17 // along with Seldon. If not, see http://www.gnu.org/licenses/.
18 
19 
20 #ifndef SELDON_FILE_PROPERTIES_HXX
21 
22 namespace Seldon
23 {
24 
25 
26  class General
27  {
28  };
29 
30  class Symmetric
31  {
32  };
33 
34  class Hermitian
35  {
36  };
37 
38 } // namespace Seldon.
39 
40 #define SELDON_FILE_PROPERTIES_HXX
41 #endif
Seldon::General
Definition: Properties.hxx:26
Seldon::Symmetric
Definition: Properties.hxx:30
Seldon
Seldon namespace.
Definition: Array.cxx:24
Seldon::Hermitian
Definition: Properties.hxx:34