MPSolve  3.2.1
secular-regeneration.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 <robol@mail.dm.unipi.it>
9  */
10 
16 #ifndef MPS_SECULAR_REGENERATION_H_
17 #define MPS_SECULAR_REGENERATION_H_
18 
19 MPS_BEGIN_DECLS
20 
21 mps_boolean
22 mps_secular_ga_regenerate_coefficients_mp (mps_context * s, cdpe_t * old_b, mpc_t * old_mb);
23 
24 MPS_END_DECLS
25 
26 #endif /* MPS_SECULAR_REGENERATION_H_ */
27 
mps_context
this struct holds the state of the mps computation
Definition: context.h:55
mps_secular_ga_regenerate_coefficients_mp
MPS_BEGIN_DECLS mps_boolean mps_secular_ga_regenerate_coefficients_mp(mps_context *s, cdpe_t *old_b, mpc_t *old_mb)
Regenerate the coefficients based on the .
Definition: secular-regeneration.c:446