GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
Go to the source code of this file.
Functions | |
subroutine | droots (NG, HMIN, JFLAG, X0, X1, G0, G1, GX, X, JROOT, IMAX, LAST, ALPHA, X2) |
subroutine droots | ( | integer | NG, |
double precision | HMIN, | ||
integer | JFLAG, | ||
double precision | X0, | ||
double precision | X1, | ||
double precision, dimension(ng) | G0, | ||
double precision, dimension(ng) | G1, | ||
double precision, dimension(ng) | GX, | ||
double precision | X, | ||
integer, dimension(ng) | JROOT, | ||
integer | IMAX, | ||
integer | LAST, | ||
double precision | ALPHA, | ||
double precision | X2 | ||
) |
Definition at line 1 of file droots.f.
References CollocWt::alpha(), workspace_element::dimension(), and x.
Referenced by drchek().