codac 1.5.6
|
#include <string>
#include "codac2_Collection.h"
#include "codac2_template_tools.h"
#include "codac2_Matrix.h"
#include "codac2_IntervalVector.h"
#include "codac2_IntervalMatrix.h"
Go to the source code of this file.
Classes | |
class | codac2::CtcGaussElim |
Contractor for a linear system of interval equations, based on the classical Gauss elimination procedure. More... | |
class | codac2::CtcGaussSeidel |
Contractor for a linear system of interval equations, using a fixed-point approach based on the Gauss Seidel method. More... | |
class | codac2::CtcLinearPrecond |
Contractor for a linear system of interval equations, using a preconditioning method before calling some provided contractor. More... | |