Public Member Functions | |
qrp (const ComplexMatrix &a, type qr_type) | |
qrp (const FloatComplexMatrix &a, type qr_type) | |
qrp (const FloatMatrix &a, type qr_type) | |
qrp (const Matrix &a, type qr_type) | |
void | init (const ComplexMatrix &a, type qr_type) |
void | init (const FloatComplexMatrix &a, type qr_type) |
void | init (const FloatMatrix &a, type qr_type) |
void | init (const Matrix &a, type qr_type) |
RowVector | Pvec (void) const |
FloatRowVector | Pvec (void) const |
RowVector | Pvec (void) const |
FloatRowVector | Pvec (void) const |
Definition at line 105 of file qrp.cc.
References qrp< T >::init(), and qr_type().
qrp< FloatMatrix >::qrp | ( | const FloatMatrix & | a, |
type | qr_type | ||
) |
Definition at line 173 of file qrp.cc.
References qrp< T >::init(), and qr_type().
qrp< ComplexMatrix >::qrp | ( | const ComplexMatrix & | a, |
type | qr_type | ||
) |
Definition at line 249 of file qrp.cc.
References qrp< T >::init(), and qr_type().
qrp< FloatComplexMatrix >::qrp | ( | const FloatComplexMatrix & | a, |
type | qr_type | ||
) |
Definition at line 325 of file qrp.cc.
References qrp< T >::init(), and qr_type().
void qrp< ComplexMatrix >::init | ( | const ComplexMatrix & | a, |
type | qr_type | ||
) |
Definition at line 190 of file qrp.cc.
References Array< T >::cols(), F77_DBLE_CMPLX_ARG, F77_XFCN, Array< T >::fortran_vec(), m, max(), n, OCTAVE_LOCAL_BUFFER, qr_type(), ComplexMatrix::resize(), and Array< T >::rows().
void qrp< FloatComplexMatrix >::init | ( | const FloatComplexMatrix & | a, |
type | qr_type | ||
) |
Definition at line 266 of file qrp.cc.
References Array< T >::cols(), F77_CMPLX_ARG, F77_XFCN, Array< T >::fortran_vec(), m, max(), n, OCTAVE_LOCAL_BUFFER, qr_type(), FloatComplexMatrix::resize(), and Array< T >::rows().
void qrp< FloatMatrix >::init | ( | const FloatMatrix & | a, |
type | qr_type | ||
) |
Definition at line 122 of file qrp.cc.
References Array< T >::cols(), F77_XFCN, Array< T >::fortran_vec(), m, max(), n, OCTAVE_LOCAL_BUFFER, qr_type(), FloatMatrix::resize(), and Array< T >::rows().
Definition at line 54 of file qrp.cc.
References Array< T >::cols(), F77_XFCN, Array< T >::fortran_vec(), m, max(), n, OCTAVE_LOCAL_BUFFER, qr_type(), Matrix::resize(), and Array< T >::rows().
Referenced by qrp< T >::qrp().
FloatRowVector qrp< FloatMatrix >::Pvec | ( | void | ) | const |
RowVector qrp< ComplexMatrix >::Pvec | ( | void | ) | const |
FloatRowVector qrp< FloatComplexMatrix >::Pvec | ( | void | ) | const |