26 #if ! defined (octave_qrp_h)
27 #define octave_qrp_h 1
29 #include "octave-config.h"
44 typedef typename T::real_row_vector_type
RV_T;
48 qrp (
void) :
qr<T> (), m_p () { }
52 qrp (
const qrp& a) :
qr<T> (a), m_p (a.m_p) { }
qr & operator=(const qr &a)
OCTAVE_API qrp(const T &, type=qr< T >::std)
OCTAVE_API RV_T Pvec(void) const
T::real_row_vector_type RV_T
OCTAVE_API void init(const T &, type=qr< T >::std)
OCTAVE_BEGIN_NAMESPACE(octave) static octave_value daspk_fcn