MPSolve 3.2.1
Loading...
Searching...
No Matches
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
19MPS_BEGIN_DECLS
20
21mps_boolean
22mps_secular_ga_regenerate_coefficients_mp (mps_context * s, cdpe_t * old_b, mpc_t * old_mb);
23
24MPS_END_DECLS
25
26#endif /* MPS_SECULAR_REGENERATION_H_ */
27
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
this struct holds the state of the mps computation
Definition: context.h:55