The Cassini bounds may be obtained with the procedure:
int Cassini_Simplification(INTERVAL_MATRIX &A,int Size, int Type_Matrix, INTERVAL &Input)where
This procedure may also be called with:
int Cassini_Simplification(int (* TheMatrix)(INTERVAL_VECTOR &, INTERVAL_MATRIX &), INTERVAL_VECTOR &Param,int Size, int Type_Matrix, INTERVAL &Input)where TheMatrix is a procedure that compute the elements of the matrix according to the interval value of the parameters Param.