Choral
|
Go to the source code of this file.
Data Types | |
interface | newton_mod::newton |
interface | newton_mod::newton |
interface | newton_mod::solve |
Modules | |
module | newton_mod |
NEWTON NON LINEAR SOLVER. | |
Functions/Subroutines | |
type(newton) function | newton_mod::newton_create (tol, itmax, eps, verb) |
constructor More... | |
subroutine | newton_mod::newton_solve (x, n, F) |
Newton algorithm to solve F(x) = 0. More... | |
subroutine | df (zz, yy) |
real(rp) function | newton_mod::residual (Fx, x) |
Residual. More... | |
|
private |
Definition at line 165 of file newton_mod.f90.