#include <iostream>#include <fstream>#include <iomanip>#include <imatrix.hpp>#include <mvi_util.hpp>#include "vectoroperations.hpp"#include "cxsc_mpicomm_templ.hpp"#include "matinv_aprx_par.hpp"#include "matmul_par.hpp"Go to the source code of this file.
Functions | |
| void | LSS (imatrix &, ivector &, ivector &, imatrix &, vector< int > &, intvector &, bool, int, int, int &, int &, ofstream &) |
| void | LSS (imatrix &, ivector &, ivector &, int, int, int &, int &, ofstream &) |
| void | LSS (imatrix &, ivector &, ivector &, int &, int &, ofstream &) |
Parallel Version Copyright (C) 2004-2007 Markus Grimmer
Based on: Serial Version Copyright (C) 2003 Carlos Holbig and Walter Kraemer
Parallel verified solution of interval linear systems using Rump's algorithm.
|
||||||||||||||||||||||||||||
|
Parallel linear system solver (square matrix expected). This version: Wrapper without local variables. Without parameters for distributed data and parallel environment. -> Distribution will be done inside the routine. -> Parallel environment will be initialized inside the routine.
|
|
||||||||||||||||||||||||||||||||||||
|
Parallel linear system solver (square matrix expected). This version: Wrapper without local variables. Without parameters for distributed data -> Distribution will be done inside the routine. Includes parameters for already initialized parallel environment.
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Parallel linear system solver (square matrix expected). This version: Wrapper without local variables. Includes parameters for already distributed data (matrix columns) and already initialized parallel environment
|
1.4.4