37 octave_idx_type&,
double*, octave_idx_type&
41 F77_FUNC (zgehrd, ZGEHRD) (
const octave_idx_type&,
const octave_idx_type&,
42 const octave_idx_type&, Complex*,
43 const octave_idx_type&, Complex*, Complex*,
44 const octave_idx_type&, octave_idx_type&);
47 F77_FUNC (zunghr, ZUNGHR) (
const octave_idx_type&,
const octave_idx_type&,
48 const octave_idx_type&, Complex*,
49 const octave_idx_type&, Complex*, Complex*,
50 const octave_idx_type&, octave_idx_type&);
55 const octave_idx_type&,
const octave_idx_type&,
56 const octave_idx_type&,
double*,
57 const octave_idx_type&, Complex*,
58 const octave_idx_type&, octave_idx_type&
71 (*current_liboctave_error_handler)
72 (
"ComplexHESS requires square matrix");
92 n, h, n, ilo, ihi, pscale, info
101 F77_XFCN (zgehrd, ZGEHRD, (n, ilo, ihi, h, n, ptau, pwork, lwork, info));
106 F77_XFCN (zunghr, ZUNGHR, (n, ilo, ihi, z, n, ptau, pwork,
111 n, ilo, ihi, pscale, n, z, n, info