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
Public Member Functions | List of all members
qr< T > Singleton Reference

#include "mx-defs.h"

Public Member Functions

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

Detailed Description

template<typename T>
singleton qr< T >

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

Member Function Documentation

template<>
void qr< Matrix >::delete_col ( octave_idx_type  j)

Definition at line 595 of file qr.cc.

References F77_XFCN, k, OCTAVE_LOCAL_BUFFER, and Faddeeva::w().

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

Definition at line 956 of file qr.cc.

References F77_XFCN, k, OCTAVE_LOCAL_BUFFER, and Faddeeva::w().

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

Definition at line 1328 of file qr.cc.

References F77_DBLE_CMPLX_ARG, F77_XFCN, k, and OCTAVE_LOCAL_BUFFER.

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

Definition at line 1703 of file qr.cc.

References F77_CMPLX_ARG, F77_XFCN, k, and OCTAVE_LOCAL_BUFFER.

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

Definition at line 688 of file qr.cc.

References current_liboctave_error_handler, F77_XFCN, OCTAVE_LOCAL_BUFFER, and Faddeeva::w().

template<>
void qr< FloatMatrix >::delete_row ( octave_idx_type  j)

Definition at line 1049 of file qr.cc.

References current_liboctave_error_handler, F77_XFCN, OCTAVE_LOCAL_BUFFER, and Faddeeva::w().

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

Definition at line 709 of file qr.cc.

References F77_XFCN, k, OCTAVE_LOCAL_BUFFER, and Faddeeva::w().

template<>
void qr< FloatMatrix >::shift_cols ( octave_idx_type  i,
octave_idx_type  j 
)

Definition at line 1070 of file qr.cc.

References F77_XFCN, k, OCTAVE_LOCAL_BUFFER, and Faddeeva::w().

template<>
void qr< ComplexMatrix >::shift_cols ( octave_idx_type  i,
octave_idx_type  j 
)

Definition at line 1446 of file qr.cc.

References F77_DBLE_CMPLX_ARG, F77_XFCN, k, OCTAVE_LOCAL_BUFFER, and Faddeeva::w().

template<>
void qr< FloatComplexMatrix >::shift_cols ( octave_idx_type  i,
octave_idx_type  j 
)

Definition at line 1819 of file qr.cc.

References F77_CMPLX_ARG, F77_XFCN, k, OCTAVE_LOCAL_BUFFER, and Faddeeva::w().

template<>
void qr< Matrix >::update ( const ColumnVector u,
const ColumnVector v 
)
template<>
void qr< Matrix >::update ( const Matrix u,
const Matrix v 
)
template<>
void qr< FloatMatrix >::update ( const FloatColumnVector u,
const FloatColumnVector v 
)
template<>
void qr< FloatMatrix >::update ( const FloatMatrix u,
const FloatMatrix v 
)
template<>
void qr< ComplexMatrix >::update ( const ComplexColumnVector u,
const ComplexColumnVector v 
)
template<>
void qr< ComplexMatrix >::update ( const ComplexMatrix u,
const ComplexMatrix v 
)
template<>
void qr< FloatComplexMatrix >::update ( const FloatComplexColumnVector u,
const FloatComplexColumnVector v 
)
template<>
void qr< FloatComplexMatrix >::update ( const FloatComplexMatrix u,
const FloatComplexMatrix v 
)

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