39 Complex*,
const octave_idx_type&,
40 octave_idx_type*, Complex*, Complex*,
41 const octave_idx_type&,
double*,
80 &clwork, -1, rwork, info));
84 lwork =
std::max (lwork, static_cast<octave_idx_type> (1));
88 work, lwork, rwork, info));
100 form (n, afact, tau, qr_type);
RowVector Pvec(void) const
#define F77_XFCN(f, F, args)
octave_idx_type rows(void) const
const Array< octave_idx_type > & col_perm_vec(void) const
void form(octave_idx_type n, ComplexMatrix &afact, Complex *tau, qr_type_t qr_type)
void init(const ComplexMatrix &, qr_type_t=qr_type_std)
charNDArray max(char d, const charNDArray &m)
void resize(octave_idx_type nr, octave_idx_type nc, const Complex &rfv=Complex(0))
F77_RET_T F77_FUNC(zgeqp3, ZGEQP3)(const octave_idx_type &
#define OCTAVE_LOCAL_BUFFER(T, buf, size)
std::complex< double > Complex
const T * fortran_vec(void) const
octave_idx_type cols(void) const