Main Page | Namespace List | Class List | File List | Namespace Members | Class Members | File Members

matinv_aprx_par.hpp

Go to the documentation of this file.
00001 // ----------------------------------------------------------------------------
00002 // ILSS_PAR 
00003 // ----------------------------------------------------------------------------
00004 // Parallel Interval Linear System Solver
00005 // Approximate matrix inversion module
00006 // ----------------------------------------------------------------------------
00007 // Paralleler Verifizierter Loeser fuer lineare Intervallgleichungssysteme
00008 // Modul zur naeherungsweisen Invertierung einer Matrix
00009 // ----------------------------------------------------------------------------
00010 // Copyright (C) 2004-2007 Markus Grimmer
00011 //
00012 // markus.grimmer@math.uni-wuppertal.de
00013 // ----------------------------------------------------------------------------
00014 
00015 // This file is part of the Parallel Interval Linear System Solver ILSS_PAR.
00016 // 
00017 // ILSS_PAR is free software; you can redistribute it and/or modify
00018 // it under the terms of the GNU General Public License as published by
00019 // the Free Software Foundation; either version 2 of the License, or
00020 // (at your option) any later version.
00021 // 
00022 // ILSS_PAR is distributed in the hope that it will be useful,
00023 // but WITHOUT ANY WARRANTY; without even the implied warranty of
00024 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00025 // GNU General Public License for more details.
00026 // 
00027 // You should have received a copy of the GNU General Public License
00028 // along with ILSS_PAR; if not, write to the Free Software
00029 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
00030 
00031 // ----------------------------------------------------------------------------
00032 // ----------------------------------------------------------------------------
00033 // ----------------------------------------------------------------------------
00034 
00048 #ifndef __MATINV_APRX_PAR_HPP
00049 #define __MATINV_APRX_PAR_HPP
00050 
00051 #include <rmatrix.hpp>   
00052 #include <intvector.hpp>  
00053 
00054 #include <vector>  
00055 
00056 using namespace cxsc;
00057 using namespace std;
00058 
00059 
00060 extern void MatInv ( rmatrix&, rmatrix&, 
00061                      rmatrix&, vector<int>&, intvector&, 
00062                      bool, int, int, int&, int&, ofstream& );
00063 extern void MatInv ( rmatrix&, rmatrix&, int, int, int&, int&, ofstream& );
00064 extern void MatInv ( rmatrix&, rmatrix&, int&, int&, ofstream& );
00065 
00066 #endif

Generated on Tue Feb 27 21:19:13 2007 for VFIS by  doxygen 1.4.4