GNU Octave  4.2.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
qr< T > Member List

This is the complete list of members for qr< T >, including all inherited members.

delete_col(octave_idx_type j)qr< T >
delete_col(const Array< octave_idx_type > &j)qr< T >
delete_col(octave_idx_type j)qr< T >
delete_col(const Array< octave_idx_type > &j)qr< T >
delete_col(octave_idx_type j)qr< T >
delete_col(const Array< octave_idx_type > &j)qr< T >
delete_col(octave_idx_type j)qr< T >
delete_col(const Array< octave_idx_type > &j)qr< T >
delete_row(octave_idx_type j)qr< T >
delete_row(octave_idx_type j)qr< T >
delete_row(octave_idx_type j)qr< T >
delete_row(octave_idx_type j)qr< T >
form(octave_idx_type n, Matrix &afact, double *tau, type qr_type)qr< T >
form(octave_idx_type n, FloatMatrix &afact, float *tau, type qr_type)qr< T >
form(octave_idx_type n, ComplexMatrix &afact, Complex *tau, type qr_type)qr< T >
form(octave_idx_type n, FloatComplexMatrix &afact, FloatComplex *tau, type qr_type)qr< T >
init(const Matrix &a, type qr_type)qr< T >
init(const FloatMatrix &a, type qr_type)qr< T >
init(const ComplexMatrix &a, type qr_type)qr< T >
init(const FloatComplexMatrix &a, type qr_type)qr< T >
insert_col(const ColumnVector &u, octave_idx_type j)qr< T >
insert_col(const Matrix &u, const Array< octave_idx_type > &j)qr< T >
insert_col(const FloatColumnVector &u, octave_idx_type j)qr< T >
insert_col(const FloatMatrix &u, const Array< octave_idx_type > &j)qr< T >
insert_col(const ComplexColumnVector &u, octave_idx_type j)qr< T >
insert_col(const ComplexMatrix &u, const Array< octave_idx_type > &j)qr< T >
insert_col(const FloatComplexColumnVector &u, octave_idx_type j)qr< T >
insert_col(const FloatComplexMatrix &u, const Array< octave_idx_type > &j)qr< T >
insert_row(const RowVector &u, octave_idx_type j)qr< T >
insert_row(const FloatRowVector &u, octave_idx_type j)qr< T >
insert_row(const ComplexRowVector &u, octave_idx_type j)qr< T >
insert_row(const FloatComplexRowVector &u, octave_idx_type j)qr< T >
shift_cols(octave_idx_type i, octave_idx_type j)qr< T >
shift_cols(octave_idx_type i, octave_idx_type j)qr< T >
shift_cols(octave_idx_type i, octave_idx_type j)qr< T >
shift_cols(octave_idx_type i, octave_idx_type j)qr< T >
update(const ColumnVector &u, const ColumnVector &v)qr< T >
update(const Matrix &u, const Matrix &v)qr< T >
update(const FloatColumnVector &u, const FloatColumnVector &v)qr< T >
update(const FloatMatrix &u, const FloatMatrix &v)qr< T >
update(const ComplexColumnVector &u, const ComplexColumnVector &v)qr< T >
update(const ComplexMatrix &u, const ComplexMatrix &v)qr< T >
update(const FloatComplexColumnVector &u, const FloatComplexColumnVector &v)qr< T >
update(const FloatComplexMatrix &u, const FloatComplexMatrix &v)qr< T >