Public Types | Public Member Functions | Protected Member Functions | Protected Attributes

ComplexQR Class Reference

#include "CmplxQR.h"

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

List of all members.

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 ComplexQR &a)
 ComplexQR (const ComplexMatrix &qx, const ComplexMatrix &rx)
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 ComplexMatrix &u, const ComplexMatrix &v)
void update (const ComplexColumnVector &u, const ComplexColumnVector &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.

F77_RET_T const octave_idx_type Complex const octave_idx_type Complex Complex const octave_idx_type octave_idx_type &F77_RET_T const octave_idx_type const octave_idx_type Complex const octave_idx_type Complex Complex const octave_idx_type octave_idx_type & ComplexQR::ComplexQR ( const ComplexMatrix a,
qr_type_t  qr_type = qr_type_std 
)

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 [inline, inherited]

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

ComplexMatrix base_qr< ComplexMatrix >::R ( void   )  const [inline, inherited]

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 ComplexMatrix u,
const ComplexMatrix v 
)
void ComplexQR::update ( const ComplexColumnVector u,
const ComplexColumnVector v 
)

Member Data Documentation

ComplexMatrix base_qr< ComplexMatrix >::q [protected, inherited]

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 [protected, inherited]

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:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines