26#if ! defined (octave_qrp_h)
29#include "octave-config.h"
43 typedef typename T::real_row_vector_type
RV_T;
51 qrp (
const qrp& a) :
qr<T> (a), m_p (a.m_p) { }
77OCTAVE_END_NAMESPACE(math)
78OCTAVE_END_NAMESPACE(octave)
qr & operator=(const qr &a)
void init(const T &, type=qr< T >::std)
T::real_row_vector_type RV_T
qrp & operator=(const qrp &a)
qrp(const T &, type=qr< T >::std)
OCTAVE_BEGIN_NAMESPACE(octave) static octave_value daspk_fcn