GNU Octave  6.2.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
qr< T > Class Template Reference

Public Member Functions

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_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_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)
 
void form (octave_idx_type n_arg, ComplexMatrix &afact, Complex *tau, type qr_type)
 
void form (octave_idx_type n_arg, FloatComplexMatrix &afact, FloatComplex *tau, type qr_type)
 
void form (octave_idx_type n_arg, FloatMatrix &afact, float *tau, type qr_type)
 
void form (octave_idx_type n_arg, Matrix &afact, double *tau, 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)
 
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 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_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 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 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)
 

Detailed Description

template<typename T>
class qr< T >

Definition at line 82 of file mx-defs.h.

Member Function Documentation

◆ delete_col() [1/8]

void qr< Matrix >::delete_col ( const Array< octave_idx_type > &  j)

◆ delete_col() [2/8]

void qr< FloatMatrix >::delete_col ( const Array< octave_idx_type > &  j)

◆ delete_col() [3/8]

void qr< ComplexMatrix >::delete_col ( const Array< octave_idx_type > &  j)

◆ delete_col() [4/8]

void qr< FloatComplexMatrix >::delete_col ( const Array< octave_idx_type > &  j)

◆ delete_col() [5/8]

void qr< Matrix >::delete_col ( octave_idx_type  j_arg)

Definition at line 633 of file qr.cc.

References F77_XFCN, m, n, OCTAVE_LOCAL_BUFFER, r, and Faddeeva::w().

◆ delete_col() [6/8]

void qr< FloatMatrix >::delete_col ( octave_idx_type  j_arg)

Definition at line 1049 of file qr.cc.

References F77_XFCN, m, n, OCTAVE_LOCAL_BUFFER, r, and Faddeeva::w().

◆ delete_col() [7/8]

void qr< ComplexMatrix >::delete_col ( octave_idx_type  j_arg)

Definition at line 1489 of file qr.cc.

References F77_DBLE_CMPLX_ARG, F77_XFCN, m, n, OCTAVE_LOCAL_BUFFER, and r.

◆ delete_col() [8/8]

void qr< FloatComplexMatrix >::delete_col ( octave_idx_type  j_arg)

Definition at line 1928 of file qr.cc.

References F77_CMPLX_ARG, F77_XFCN, m, n, OCTAVE_LOCAL_BUFFER, and r.

◆ delete_row() [1/4]

void qr< Matrix >::delete_row ( octave_idx_type  j_arg)

Definition at line 744 of file qr.cc.

References F77_XFCN, m, n, OCTAVE_LOCAL_BUFFER, r, and Faddeeva::w().

◆ delete_row() [2/4]

void qr< FloatMatrix >::delete_row ( octave_idx_type  j_arg)

Definition at line 1161 of file qr.cc.

References F77_XFCN, m, n, OCTAVE_LOCAL_BUFFER, r, and Faddeeva::w().

◆ delete_row() [3/4]

void qr< ComplexMatrix >::delete_row ( octave_idx_type  j_arg)

Definition at line 1604 of file qr.cc.

References F77_DBLE_CMPLX_ARG, F77_XFCN, m, n, OCTAVE_LOCAL_BUFFER, r, and Faddeeva::w().

◆ delete_row() [4/4]

void qr< FloatComplexMatrix >::delete_row ( octave_idx_type  j_arg)

Definition at line 2042 of file qr.cc.

References F77_CMPLX_ARG, F77_XFCN, m, n, OCTAVE_LOCAL_BUFFER, r, and Faddeeva::w().

◆ form() [1/4]

void qr< ComplexMatrix >::form ( octave_idx_type  n_arg,
ComplexMatrix afact,
Complex tau,
type  qr_type 
)

◆ form() [2/4]

void qr< FloatComplexMatrix >::form ( octave_idx_type  n_arg,
FloatComplexMatrix afact,
FloatComplex tau,
type  qr_type 
)

◆ form() [3/4]

void qr< FloatMatrix >::form ( octave_idx_type  n_arg,
FloatMatrix afact,
float *  tau,
type  qr_type 
)

◆ form() [4/4]

void qr< Matrix >::form ( octave_idx_type  n_arg,
Matrix afact,
double *  tau,
type  qr_type 
)

◆ init() [1/4]

◆ init() [2/4]

◆ init() [3/4]

void qr< FloatMatrix >::init ( const FloatMatrix a,
type  qr_type 
)

◆ init() [4/4]

void qr< Matrix >::init ( const Matrix a,
type  qr_type 
)

◆ insert_col() [1/8]

void qr< Matrix >::insert_col ( const ColumnVector u,
octave_idx_type  j_arg 
)

Definition at line 539 of file qr.cc.

References Array< T >::data(), F77_XFCN, m, n, Array< T >::numel(), OCTAVE_LOCAL_BUFFER, r, and Faddeeva::w().

◆ insert_col() [2/8]

void qr< ComplexMatrix >::insert_col ( const ComplexColumnVector u,
octave_idx_type  j_arg 
)

◆ insert_col() [3/8]

◆ insert_col() [4/8]

void qr< FloatMatrix >::insert_col ( const FloatColumnVector u,
octave_idx_type  j_arg 
)

Definition at line 953 of file qr.cc.

References Array< T >::data(), F77_XFCN, m, n, Array< T >::numel(), OCTAVE_LOCAL_BUFFER, r, and Faddeeva::w().

◆ insert_col() [5/8]

void qr< FloatComplexMatrix >::insert_col ( const FloatComplexColumnVector u,
octave_idx_type  j_arg 
)

◆ insert_col() [6/8]

◆ insert_col() [7/8]

◆ insert_col() [8/8]

◆ insert_row() [1/4]

void qr< ComplexMatrix >::insert_row ( const ComplexRowVector u,
octave_idx_type  j_arg 
)

◆ insert_row() [2/4]

void qr< FloatComplexMatrix >::insert_row ( const FloatComplexRowVector u,
octave_idx_type  j_arg 
)

◆ insert_row() [3/4]

void qr< FloatMatrix >::insert_row ( const FloatRowVector u,
octave_idx_type  j_arg 
)

◆ insert_row() [4/4]

void qr< Matrix >::insert_row ( const RowVector u,
octave_idx_type  j_arg 
)

◆ shift_cols() [1/4]

void qr< Matrix >::shift_cols ( octave_idx_type  i_arg,
octave_idx_type  j_arg 
)

Definition at line 770 of file qr.cc.

References F77_XFCN, m, n, OCTAVE_LOCAL_BUFFER, r, and Faddeeva::w().

◆ shift_cols() [2/4]

void qr< FloatMatrix >::shift_cols ( octave_idx_type  i_arg,
octave_idx_type  j_arg 
)

Definition at line 1188 of file qr.cc.

References F77_XFCN, m, n, OCTAVE_LOCAL_BUFFER, r, and Faddeeva::w().

◆ shift_cols() [3/4]

void qr< ComplexMatrix >::shift_cols ( octave_idx_type  i_arg,
octave_idx_type  j_arg 
)

Definition at line 1632 of file qr.cc.

References F77_DBLE_CMPLX_ARG, F77_XFCN, m, n, OCTAVE_LOCAL_BUFFER, r, and Faddeeva::w().

◆ shift_cols() [4/4]

void qr< FloatComplexMatrix >::shift_cols ( octave_idx_type  i_arg,
octave_idx_type  j_arg 
)

Definition at line 2070 of file qr.cc.

References F77_CMPLX_ARG, F77_XFCN, m, n, OCTAVE_LOCAL_BUFFER, r, and Faddeeva::w().

◆ update() [1/8]

void qr< Matrix >::update ( const ColumnVector u,
const ColumnVector v 
)

◆ update() [2/8]

void qr< ComplexMatrix >::update ( const ComplexColumnVector u,
const ComplexColumnVector v 
)

◆ update() [3/8]

◆ update() [4/8]

void qr< FloatMatrix >::update ( const FloatColumnVector u,
const FloatColumnVector v 
)

◆ update() [5/8]

◆ update() [6/8]

◆ update() [7/8]

void qr< FloatMatrix >::update ( const FloatMatrix u,
const FloatMatrix v 
)

◆ update() [8/8]

void qr< Matrix >::update ( const Matrix u,
const Matrix v 
)

The documentation for this class was generated from the following file: