MPSolve
3.2.2
Toggle main menu visibility
Loading...
Searching...
No Matches
newton.h
Go to the documentation of this file.
1
/*
2
* This file is part of MPSolve 3.2.2
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
15
16
#ifndef MPS_NEWTON_H_
17
#define MPS_NEWTON_H_
18
19
MPS_BEGIN_DECLS
20
21
void
mps_fnewton
(
mps_context
* st,
mps_polynomial
* p,
22
mps_approximation
* root, cplx_t corr);
23
void
mps_dnewton
(
mps_context
* st,
mps_polynomial
* p,
24
mps_approximation
* root, cdpe_t corr);
25
void
mps_mnewton
(
mps_context
* st,
mps_polynomial
* p,
26
mps_approximation
* root, mpc_t corr,
long
int
wp);
27
28
MPS_END_DECLS
29
30
#endif
/* MPS_NEWTON_H_ */
mps_fnewton
MPS_BEGIN_DECLS void mps_fnewton(mps_context *st, mps_polynomial *p, mps_approximation *root, cplx_t corr)
Compute the Newton correction, i.e. and the value given by:
Definition
newton.c:36
mps_mnewton
void mps_mnewton(mps_context *st, mps_polynomial *p, mps_approximation *root, mpc_t corr, long int wp)
Compute the Newton correction, i.e. and the value given by:
Definition
newton.c:273
mps_dnewton
void mps_dnewton(mps_context *st, mps_polynomial *p, mps_approximation *root, cdpe_t corr)
Compute the Newton correction, i.e. and the value given by:
Definition
newton.c:156
mps_approximation
Definition
approximation.h:24
mps_context
this struct holds the state of the mps computation
Definition
context.h:60
mps_polynomial
Struct that represents an abstract polynomial. All the other real polynomial implementations (such as...
Definition
polynomial.h:111
include
mps
private
newton.h
Generated on
for MPSolve by
1.17.0