|
| qrp () |
|
| 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) |
|
| qrp (const qrp &a) |
|
| qrp (const T &, type=qr< T >::std) |
|
| ~qrp ()=default |
|
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) |
|
void | init (const T &, type=qr< T >::std) |
|
qrp & | operator= (const qrp &a) |
|
PermMatrix | P () const |
|
RowVector | Pvec () const |
|
FloatRowVector | Pvec () const |
|
RowVector | Pvec () const |
|
FloatRowVector | Pvec () const |
|
RV_T | Pvec () const |
|
| qr () |
|
| qr (const qr &a) |
|
| qr (const T &a, type qr_type=qr::std) |
|
| qr (const T &m_q, const T &m_r) |
|
virtual | ~qr ()=default |
|
void | delete_col (const Array< octave_idx_type > &j) |
|
void | delete_col (const Array< octave_idx_type > &j) |
|
void | delete_col (const Array< octave_idx_type > &j) |
|
void | delete_col (const Array< octave_idx_type > &j) |
|
void | delete_col (const Array< octave_idx_type > &j) |
|
void | delete_col (octave_idx_type j) |
|
void | delete_col (octave_idx_type j_arg) |
|
void | delete_col (octave_idx_type j_arg) |
|
void | delete_col (octave_idx_type j_arg) |
|
void | delete_col (octave_idx_type j_arg) |
|
void | delete_row (octave_idx_type j) |
|
void | delete_row (octave_idx_type j_arg) |
|
void | delete_row (octave_idx_type j_arg) |
|
void | delete_row (octave_idx_type j_arg) |
|
void | delete_row (octave_idx_type j_arg) |
|
type | get_type () const |
|
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) |
|
void | init (const T &a, type qr_type) |
|
void | insert_col (const ColumnVector &u, octave_idx_type j_arg) |
|
void | insert_col (const ComplexColumnVector &u, octave_idx_type j_arg) |
|
void | insert_col (const ComplexMatrix &u, const Array< octave_idx_type > &j) |
|
void | insert_col (const CV_T &u, octave_idx_type j) |
|
void | insert_col (const FloatColumnVector &u, octave_idx_type j_arg) |
|
void | insert_col (const FloatComplexColumnVector &u, octave_idx_type j_arg) |
|
void | insert_col (const FloatComplexMatrix &u, const Array< octave_idx_type > &j) |
|
void | insert_col (const FloatMatrix &u, const Array< octave_idx_type > &j) |
|
void | insert_col (const Matrix &u, const Array< octave_idx_type > &j) |
|
void | insert_col (const T &u, const Array< octave_idx_type > &j) |
|
void | insert_row (const ComplexRowVector &u, octave_idx_type j_arg) |
|
void | insert_row (const FloatComplexRowVector &u, octave_idx_type j_arg) |
|
void | insert_row (const FloatRowVector &u, octave_idx_type j_arg) |
|
void | insert_row (const RowVector &u, octave_idx_type j_arg) |
|
void | insert_row (const RV_T &u, octave_idx_type j) |
|
qr & | operator= (const qr &a) |
|
T | Q () const |
|
T | R () const |
|
bool | regular () const |
|
void | shift_cols (octave_idx_type i, octave_idx_type j) |
|
void | shift_cols (octave_idx_type i_arg, octave_idx_type j_arg) |
|
void | shift_cols (octave_idx_type i_arg, octave_idx_type j_arg) |
|
void | shift_cols (octave_idx_type i_arg, octave_idx_type j_arg) |
|
void | shift_cols (octave_idx_type i_arg, octave_idx_type j_arg) |
|
void | update (const ColumnVector &u, const ColumnVector &v) |
|
void | update (const ComplexColumnVector &u, const ComplexColumnVector &v) |
|
void | update (const ComplexMatrix &u, const ComplexMatrix &v) |
|
void | update (const CV_T &u, const CV_T &v) |
|
void | update (const FloatColumnVector &u, const FloatColumnVector &v) |
|
void | update (const FloatComplexColumnVector &u, const FloatComplexColumnVector &v) |
|
void | update (const FloatComplexMatrix &u, const FloatComplexMatrix &v) |
|
void | update (const FloatMatrix &u, const FloatMatrix &v) |
|
void | update (const Matrix &u, const Matrix &v) |
|
void | update (const T &u, const T &v) |
|
template<typename T>
class qrp< T >
Definition at line 39 of file qrp.h.