MPSolve  3.2.1
improve.h
Go to the documentation of this file.
1 /*
2  * This file is part of MPSolve 3.2.1
3  *
4  * Copyright (C) 2001-2020, Dipartimento di Matematica "L. Tonelli", Pisa.
5  * License: http://www.gnu.org/licenses/gpl.html GPL version 3 or higher
6  *
7  * Authors:
8  * Leonardo Robol <leonardo.robol@unipi.it>
9  */
10 
17 #ifndef MPS_IMPROVE_H_
18 #define MPS_IMPROVE_H_
19 
20 #include <mps/mps.h>
21 
22 MPS_BEGIN_DECLS
23 
24 void mps_improve (mps_context * s);
25 
26 MPS_END_DECLS
27 
28 #endif /* endif _MPS_IMPROVE_H */
MPS_BEGIN_DECLS void mps_improve(mps_context *s)
Improve all the approximations up to prec_out digits.
Definition: improve.c:154
Header file for libmps.
this struct holds the state of the mps computation
Definition: context.h:55