|
| | aberth.h |
| | Implementation of Aberth correction computation.
|
| | algorithms.h |
| | This file contains the entry points of the various algorithms implemented in MPSolve.
|
| | cluster.h |
| | Data structures for cluster analysis and some accessors and internal functions.
|
| | convex.h |
| | Implementation of the convex hull computation.
|
| | data.h |
| | Implementation of the routines that handle the management of data inside mps_context objects.
|
| | hessenberg-determinant.h |
| | Implementation of determinant computation for Hessenberg matrices.
|
| | horner.h |
| | Horner implementation for Monomial polynomials.
|
| | improve.h |
| | Refining of isolated approximations by means of Newton method.
|
| | input-buffer.h |
| | Implementation of a buffer for parsing input file for MPSolve.
|
| | input-output.h |
| | Generic input-output functions inside MPSolve.
|
| | jacobi-aberth.h |
| | Implementation of the iterations using Jacobi-style updates.
|
| | list.h |
| | Custom implementation of list inside MPSolve.
|
| | mandelbrot-user.h |
| | newton.h |
| | Implementation of Newton correction computation.
|
| | options.h |
| | Implementation of option parsing for MPSolve.
|
| | radii.h |
| | Implementation of radius computation.
|
| | secular-evaluation.h |
| | Evaluation of secular equations.
|
| | secular-regeneration.h |
| | solve.h |
| | General routines ported from MPSolve 2.2.
|
| | sort.h |
| | Implementation of sorting routines for MPSolve.
|
| | starting-configuration.h |
| | starting.h |
| | Selection of starting points and shifting of the polynomials to zoom in the clusters.
|
| | threading.h |
| | Multithreading iterations for MPSolve.
|
| | tools.h |
| | Header containing various tools used to interact with the system.
|
| | touch.h |
| | Routines that check the emptyness of the intersection of several sets.
|
| | utils.h |