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
octave_idx_type init(const ComplexMatrix &a)
#define F77_CHAR_ARG_LEN(l)
ComplexMatrix unitary_hess_mat
T & elem(octave_idx_type n)
#define F77_XFCN(f, F, args)
F77_RET_T const octave_idx_type const octave_idx_type Complex const octave_idx_type Complex Complex const octave_idx_type octave_idx_type &F77_RET_T const octave_idx_type const octave_idx_type Complex const octave_idx_type Complex Complex const octave_idx_type octave_idx_type &F77_RET_T F77_CONST_CHAR_ARG_DECL
octave_idx_type rows(void) const
#define F77_CONST_CHAR_ARG2(x, l)
F77_RET_T const octave_idx_type Complex const octave_idx_type octave_idx_type octave_idx_type double octave_idx_type & F77_CHAR_ARG_LEN_DECL
void scale(Matrix &m, double x, double y, double z)
std::complex< double > Complex
const T * fortran_vec(void) const
octave_idx_type cols(void) const
F77_RET_T F77_FUNC(zgebal, ZGEBAL)(F77_CONST_CHAR_ARG_DECL