Go to the source code of this file.
Functions/Subroutines | |
subroutine | fderiv (m, n, x, f, g) |
subroutine fderiv | ( | integer, intent(in) | m, |
integer, intent(in) | n, | ||
real(8), dimension(n), intent(in) | x, | ||
real(8), dimension(n), intent(in) | f, | ||
real(8), dimension(n), intent(out) | g | ||
) |
Definition at line 9 of file fderiv.f90.