next up previous contents
Next: Number of unknowns and Up: General purpose solving algorithm Previous: Simplification procedure   Contents

Implementation

The algorithm is implemented as:
 
int Solve_General_Interval(int m,int n,
     INTEGER_VECTOR Type_Eq,
     INTERVAL_VECTOR (* IntervalFunction)(int,int,INTERVAL_VECTOR &), 
     INTERVAL_VECTOR & TheDomain, 
     int Order,int M,int Stop,
     double epsilon,double epsilonf,double Dist,
     INTERVAL_MATRIX & Solution,int Nb,
     int (* Simp_Proc)(INTERVAL_VECTOR &))
the arguments being:

Note that the following arguments may be omitted:



Subsections
next up previous contents
Next: Number of unknowns and Up: General purpose solving algorithm Previous: Simplification procedure   Contents
Jean-Pierre Merlet 2012-12-20