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;
52 qrp (
const qrp& a) :
qr<T> (a), m_p (a.m_p) { }
78 OCTAVE_END_NAMESPACE(math)
79 OCTAVE_END_NAMESPACE(
octave)
qr & operator=(const qr &a)
void init(const T &, type=qr< T >::std)
T::real_row_vector_type RV_T
qrp(const T &, type=qr< T >::std)
OCTAVE_BEGIN_NAMESPACE(octave) static octave_value daspk_fcn