39 double*,
const octave_idx_type&,
40 octave_idx_type*,
double*,
double*,
41 const octave_idx_type&, octave_idx_type&);
81 lwork =
std::max (lwork, static_cast<octave_idx_type> (1));
97 form (n, afact, tau, qr_type);
void resize(octave_idx_type nr, octave_idx_type nc, double rfv=0)
#define F77_XFCN(f, F, args)
octave_idx_type rows(void) const
const Array< octave_idx_type > & col_perm_vec(void) const
RowVector Pvec(void) const
F77_RET_T F77_FUNC(dgeqp3, DGEQP3)(const octave_idx_type &
charNDArray max(char d, const charNDArray &m)
#define OCTAVE_LOCAL_BUFFER(T, buf, size)
const T * fortran_vec(void) const
octave_idx_type cols(void) const
void init(const Matrix &, qr_type_t=qr_type_std)
void form(octave_idx_type n, Matrix &afact, double *tau, qr_type_t qr_type)