GNU Octave  4.0.0
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 Types | Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
ComplexQR Class Reference

#include "CmplxQR.h"

Inheritance diagram for ComplexQR:
Inheritance graph
[legend]
Collaboration diagram for ComplexQR:
Collaboration graph
[legend]

Public Types

typedef ComplexMatrix::element_type qr_elt_type
 

Public Member Functions

 ComplexQR (void)
 
 ComplexQR (const ComplexMatrix &, qr_type_t=qr_type_std)
 
 ComplexQR (const ComplexMatrix &qx, const ComplexMatrix &rx)
 
 ComplexQR (const ComplexQR &a)
 
void delete_col (octave_idx_type j)
 
void delete_col (const Array< octave_idx_type > &j)
 
void delete_row (octave_idx_type j)
 
qr_type_t get_type (void) const
 
void init (const ComplexMatrix &, qr_type_t=qr_type_std)
 
void insert_col (const ComplexColumnVector &u, octave_idx_type j)
 
void insert_col (const ComplexMatrix &u, const Array< octave_idx_type > &j)
 
void insert_row (const ComplexRowVector &u, octave_idx_type j)
 
ComplexMatrix Q (void) const
 
ComplexMatrix R (void) const
 
bool regular (void) const
 
void shift_cols (octave_idx_type i, octave_idx_type j)
 
void update (const ComplexColumnVector &u, const ComplexColumnVector &v)
 
void update (const ComplexMatrix &u, const ComplexMatrix &v)
 

Protected Member Functions

void form (octave_idx_type n, ComplexMatrix &afact, Complex *tau, qr_type_t qr_type)
 

Protected Attributes

ComplexMatrix q
 
ComplexMatrix r
 

Detailed Description

Definition at line 35 of file CmplxQR.h.

Member Typedef Documentation

typedef ComplexMatrix ::element_type base_qr< ComplexMatrix >::qr_elt_type
inherited

Definition at line 43 of file base-qr.h.

Constructor & Destructor Documentation

ComplexQR::ComplexQR ( void  )
inline

Definition at line 41 of file CmplxQR.h.

Definition at line 99 of file CmplxQR.cc.

References init().

ComplexQR::ComplexQR ( const ComplexMatrix qx,
const ComplexMatrix rx 
)
inline

Definition at line 45 of file CmplxQR.h.

ComplexQR::ComplexQR ( const ComplexQR a)
inline

Definition at line 48 of file CmplxQR.h.

Member Function Documentation

void ComplexQR::delete_col ( octave_idx_type  j)
void ComplexQR::delete_col ( const Array< octave_idx_type > &  j)
void ComplexQR::delete_row ( octave_idx_type  j)
void ComplexQR::form ( octave_idx_type  n,
ComplexMatrix afact,
Complex tau,
qr_type_t  qr_type 
)
protected
qr_type_t base_qr< ComplexMatrix >::get_type ( void  ) const
inherited
void ComplexQR::init ( const ComplexMatrix a,
qr_type_t  qr_type = qr_type_std 
)
void ComplexQR::insert_col ( const ComplexColumnVector u,
octave_idx_type  j 
)
void ComplexQR::insert_col ( const ComplexMatrix u,
const Array< octave_idx_type > &  j 
)
void ComplexQR::insert_row ( const ComplexRowVector u,
octave_idx_type  j 
)
ComplexMatrix base_qr< ComplexMatrix >::Q ( void  ) const
inlineinherited

Definition at line 63 of file base-qr.h.

ComplexMatrix base_qr< ComplexMatrix >::R ( void  ) const
inlineinherited

Definition at line 65 of file base-qr.h.

bool base_qr< ComplexMatrix >::regular ( void  ) const
inherited
void ComplexQR::shift_cols ( octave_idx_type  i,
octave_idx_type  j 
)
void ComplexQR::update ( const ComplexColumnVector u,
const ComplexColumnVector v 
)
void ComplexQR::update ( const ComplexMatrix u,
const ComplexMatrix v 
)

Member Data Documentation

ComplexMatrix base_qr< ComplexMatrix >::q
protectedinherited

Definition at line 73 of file base-qr.h.

Referenced by delete_col(), delete_row(), form(), insert_col(), insert_row(), shift_cols(), and update().

ComplexMatrix base_qr< ComplexMatrix >::r
protectedinherited

Definition at line 74 of file base-qr.h.

Referenced by delete_col(), delete_row(), form(), insert_col(), insert_row(), shift_cols(), and update().


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