|
FMUTIL
0.1
Fortran Miscellaneous UTILities
|
Go to the source code of this file.
Data Types | |
| interface | rootfinding::func |
| Interface of the function whose root needs to be computed. More... | |
Modules | |
| module | rootfinding |
| RootFinding Module. | |
Functions/Subroutines | |
| subroutine | rootfinding::polyroots (c, r, error, BalanceOn) |
| Computes the complex roots of the given polynomial. More... | |
| pure subroutine | rootfinding::root (a, b, ya, yb, tol, f, x, fx, niter, error) |
| Subroutine for computing the root using Brent algorithm. More... | |
Variables | |
| integer, parameter | rootfinding::max_iterations = 50 |
| Max iterations for all the root-finding. More... | |