|
MPSolve 3.2.2
|
This file contains the entry points of the various algorithms implemented in MPSolve. More...
Go to the source code of this file.
Functions | |
| MPS_BEGIN_DECLS void | mps_standard_mpsolve (mps_context *s) |
| Main routine of the program that implements the algorithm in the standard polynomial version. | |
| void | mps_secular_ga_mpsolve (mps_context *s) |
| MPSolve main function for the secular equation solving using Gemignani's approach. | |
This file contains the entry points of the various algorithms implemented in MPSolve.
| void mps_secular_ga_mpsolve | ( | mps_context * | s | ) |
MPSolve main function for the secular equation solving using Gemignani's approach.
| s | The mps_context of the computation. |
| MPS_BEGIN_DECLS void mps_standard_mpsolve | ( | mps_context * | s | ) |
Main routine of the program that implements the algorithm in the standard polynomial version.
The program is divided into many parts
which_case is 'f' or 'd' according to float or dpe case.