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 | dorth (VNEW, V, HES, N, LL, LDHES, KMP, SNORMW) |
subroutine dorth | ( | double precision, dimension(*) | VNEW, |
double precision, dimension(n,*) | V, | ||
double precision, dimension(ldhes,*) | HES, | ||
integer | N, | ||
integer | LL, | ||
integer | LDHES, | ||
integer | KMP, | ||
double precision | SNORMW | ||
) |
Definition at line 5 of file dorth.f.
References arg(), workspace_element::dimension(), max(), and octave_value::sqrt().
Referenced by dspigm().