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