00001 // Copyright (C) 2001-2004 Vivien Mallet 00002 // 00003 // This file is part of Seldon library. 00004 // Seldon library provides matrices and vectors structures for 00005 // linear algebra. 00006 // 00007 // Seldon is free software; you can redistribute it and/or modify 00008 // it under the terms of the GNU General Public License as published by 00009 // the Free Software Foundation; either version 2 of the License, or 00010 // (at your option) any later version. 00011 // 00012 // Seldon is distributed in the hope that it will be useful, 00013 // but WITHOUT ANY WARRANTY; without even the implied warranty of 00014 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00015 // GNU General Public License (file "license") for more details. 00016 // 00017 // For more information, please see the Seldon home page: 00018 // http://spacetown.free.fr/lib/seldon/ 00019 00020 #ifndef SELDON_FILE_PROPERTIES_HXX 00021 00022 namespace Seldon 00023 { 00024 00025 00026 class General 00027 { 00028 }; 00029 00030 class Symmetric 00031 { 00032 }; 00033 00034 00035 } // namespace Seldon. 00036 00037 #define SELDON_FILE_PROPERTIES_HXX 00038 #endif
1.4.0