next up previous contents
Next: The NonLinear procedure Up: Solving systems with linear Previous: Mathematical background   Contents

Implementation without gradient

The procedure is implemented as:
 
int Solve_Simplex(int m,int n,int NbNl,
        INTEGER_VECTOR TypeEq,
        INTERVAL_VECTOR (* IntervalFunction)(int,int,INTERVAL_VECTOR &), 
        void (* NonLinear)(INTERVAL_VECTOR &x,INTERVAL_VECTOR &X),
        void (* CoeffLinear)(MATRIX &U),
        double MaxDiam,
        int FullSimplex,
        INTERVAL_VECTOR & TheDomain, 
        int Order,int Iteration,int Stop,
        double epsilon,double epsilonf,double Dist,
        INTERVAL_MATRIX & Solution,int Nb,
        int (* Simp_Proc)(INTERVAL_VECTOR &))
the arguments being:

Note that the Simp_Proc argument may be omitted.



Subsections
next up previous contents
Next: The NonLinear procedure Up: Solving systems with linear Previous: Mathematical background   Contents
Jean-Pierre Merlet 2012-12-20