26#if defined (HAVE_CONFIG_H)
60 F77_INT min_mn = (m < n ? m : n);
81 lwork = std::max (lwork,
static_cast<F77_INT> (1));
97 jpvt -=
static_cast<F77_INT> (1);
100 form (n, afact, tau, qr_type);
131 F77_INT min_mn = (m < n ? m : n);
152 lwork = std::max (lwork,
static_cast<F77_INT> (1));
161 for (
F77_INT i = 0; i < n; i++)
168 jpvt -=
static_cast<F77_INT> (1);
171 form (n, afact, tau, qr_type);
202 F77_INT min_mn = (m < n ? m : n);
228 lwork = std::max (lwork,
static_cast<F77_INT> (1));
236 lwork, rwork, info));
240 for (
F77_INT i = 0; i < n; i++)
247 jpvt -=
static_cast<F77_INT> (1);
250 form (n, afact, tau, qr_type);
281 F77_INT min_mn = (m < n ? m : n);
307 lwork = std::max (lwork,
static_cast<F77_INT> (1));
315 lwork, rwork, info));
319 for (
F77_INT i = 0; i < n; i++)
326 jpvt -=
static_cast<F77_INT> (1);
329 form (n, afact, tau, qr_type);
350OCTAVE_END_NAMESPACE(math)
351OCTAVE_END_NAMESPACE(octave)
N Dimensional Array with copy-on-write semantics.
octave_idx_type rows() const
octave_idx_type cols() const
T * rwdata()
Size of the specified dimension.
void resize(octave_idx_type nr, octave_idx_type nc, const Complex &rfv=Complex(0))
void resize(octave_idx_type nr, octave_idx_type nc, const FloatComplex &rfv=FloatComplex(0))
void resize(octave_idx_type nr, octave_idx_type nc, float rfv=0)
Template for N-dimensional array classes with like-type math operators.
void resize(octave_idx_type nr, octave_idx_type nc, double rfv=0)
Vector representing the dimensions (size) of an Array.
void init(const T &, type=qr< T >::std)
OCTAVE_BEGIN_NAMESPACE(octave) static octave_value daspk_fcn
#define F77_DBLE_CMPLX_ARG(x)
#define F77_XFCN(f, F, args)
octave_f77_int_type F77_INT
#define liboctave_panic_if(cond)
std::complex< double > Complex
std::complex< float > FloatComplex
#define OCTAVE_LOCAL_BUFFER(T, buf, size)