Functions/Subroutines | |
| real(8) | cubic (df0, f0, fprev1, fprev2, lambdaprev1, lambdaprev2) |
| real(8) | machineps () |
| real(8) | quadratic (df0, f0, f1) |
| real(8) myFunctions::cubic | ( | real(8) | df0, | |
| real(8) | f0, | |||
| real(8) | fprev1, | |||
| real(8) | fprev2, | |||
| real(8) | lambdaprev1, | |||
| real(8) | lambdaprev2 | |||
| ) |
Definition at line 11 of file myFunctions.f90.
Referenced by newton().

| real(8) myFunctions::machineps | ( | ) |
Definition at line 33 of file myFunctions.f90.
| real(8) myFunctions::quadratic | ( | real(8) | df0, | |
| real(8) | f0, | |||
| real(8) | f1 | |||
| ) |
Definition at line 45 of file myFunctions.f90.
Referenced by newton().

1.5.8