next up previous contents
Next: Return code Up: Kantorovitch theorem Previous: Mathematical background   Contents

Implementation

 
int Kantorovitch(int m,VECTOR (* TheFunction)(VECTOR &),MATRIX (* Gradient)(VECTOR &), 
        INTERVAL_MATRIX (* Hessian)(int, int, INTERVAL_VECTOR &),VECTOR &Input,double *eps)
Another implementation, consistent with the procedure used in the general solving algorithm (see section 2.5) is:
 
int Kantorovitch(int m,
        INTERVAL_VECTOR (* TheIntervalFunction)(int,int,INTERVAL_VECTOR &), 
        INTERVAL_MATRIX (* Gradient)(int, int, INTERVAL_VECTOR &), 
        INTERVAL_MATRIX (* Hessian)(int, int, INTERVAL_VECTOR &), VECTOR &Input,double *eps)
There is also an implementation of Kantorovitch theorem for univariate polynomial, see section 5.2.12.


next up previous contents
Next: Return code Up: Kantorovitch theorem Previous: Mathematical background   Contents
Jean-Pierre Merlet 2012-12-20