Public Member Functions | |
OCTAVE_API | qrp (const ComplexMatrix &a, type qr_type) |
OCTAVE_API | qrp (const FloatComplexMatrix &a, type qr_type) |
OCTAVE_API | qrp (const FloatMatrix &a, type qr_type) |
OCTAVE_API | qrp (const Matrix &a, type qr_type) |
OCTAVE_API void | init (const ComplexMatrix &a, type qr_type) |
OCTAVE_API void | init (const FloatComplexMatrix &a, type qr_type) |
OCTAVE_API void | init (const FloatMatrix &a, type qr_type) |
OCTAVE_API void | init (const Matrix &a, type qr_type) |
OCTAVE_API RowVector | Pvec (void) const |
OCTAVE_API FloatRowVector | Pvec (void) const |
OCTAVE_API RowVector | Pvec (void) const |
OCTAVE_API FloatRowVector | Pvec (void) const |
OCTAVE_API qrp< Matrix >::qrp | ( | const Matrix & | a, |
type | qr_type | ||
) |
Definition at line 107 of file qrp.cc.
References qrp< T >::init(), and qr_type().
OCTAVE_API qrp< FloatMatrix >::qrp | ( | const FloatMatrix & | a, |
type | qr_type | ||
) |
Definition at line 178 of file qrp.cc.
References qrp< T >::init(), and qr_type().
OCTAVE_API qrp< ComplexMatrix >::qrp | ( | const ComplexMatrix & | a, |
type | qr_type | ||
) |
Definition at line 257 of file qrp.cc.
References qrp< T >::init(), and qr_type().
OCTAVE_API qrp< FloatComplexMatrix >::qrp | ( | const FloatComplexMatrix & | a, |
type | qr_type | ||
) |
Definition at line 336 of file qrp.cc.
References qrp< T >::init(), and qr_type().
OCTAVE_API void qrp< ComplexMatrix >::init | ( | const ComplexMatrix & | a, |
type | qr_type | ||
) |
Definition at line 197 of file qrp.cc.
References Array< T, Alloc >::cols(), F77_DBLE_CMPLX_ARG, F77_XFCN, Array< T, Alloc >::fortran_vec(), max(), OCTAVE_LOCAL_BUFFER, PermMatrix, qr_type(), ComplexMatrix::resize(), and Array< T, Alloc >::rows().
OCTAVE_API void qrp< FloatComplexMatrix >::init | ( | const FloatComplexMatrix & | a, |
type | qr_type | ||
) |
Definition at line 276 of file qrp.cc.
References Array< T, Alloc >::cols(), F77_CMPLX_ARG, F77_XFCN, Array< T, Alloc >::fortran_vec(), max(), OCTAVE_LOCAL_BUFFER, PermMatrix, qr_type(), FloatComplexMatrix::resize(), and Array< T, Alloc >::rows().
OCTAVE_API void qrp< FloatMatrix >::init | ( | const FloatMatrix & | a, |
type | qr_type | ||
) |
Definition at line 126 of file qrp.cc.
References Array< T, Alloc >::cols(), F77_XFCN, Array< T, Alloc >::fortran_vec(), max(), OCTAVE_LOCAL_BUFFER, PermMatrix, qr_type(), FloatMatrix::resize(), and Array< T, Alloc >::rows().
OCTAVE_API void qrp< Matrix >::init | ( | const Matrix & | a, |
type | qr_type | ||
) |
Definition at line 55 of file qrp.cc.
References Array< T, Alloc >::cols(), F77_XFCN, Array< T, Alloc >::fortran_vec(), max(), OCTAVE_LOCAL_BUFFER, PermMatrix, qr_type(), Matrix::resize(), and Array< T, Alloc >::rows().
Referenced by qrp< T >::qrp().
OCTAVE_API FloatRowVector qrp< FloatMatrix >::Pvec | ( | void | ) | const |
OCTAVE_API RowVector qrp< ComplexMatrix >::Pvec | ( | void | ) | const |
OCTAVE_API FloatRowVector qrp< FloatComplexMatrix >::Pvec | ( | void | ) | const |