Public Member Functions | Private Member Functions | Private Attributes | Friends

ComplexCHOL Class Reference

#include "CmplxCHOL.h"

Collaboration diagram for ComplexCHOL:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 ComplexCHOL (void)
 ComplexCHOL (const ComplexMatrix &a, bool calc_cond=false)
 ComplexCHOL (const ComplexCHOL &a)
 ComplexCHOL (const ComplexMatrix &a, octave_idx_type &info, bool calc_cond=false)
ComplexMatrix chol_matrix (void) const
void delete_sym (octave_idx_type j)
octave_idx_type downdate (const ComplexColumnVector &u)
octave_idx_type insert_sym (const ComplexColumnVector &u, octave_idx_type j)
ComplexMatrix inverse (void) const
ComplexCHOLoperator= (const ComplexCHOL &a)
double rcond (void) const
void set (const ComplexMatrix &R)
void shift_sym (octave_idx_type i, octave_idx_type j)
void update (const ComplexColumnVector &u)

Private Member Functions

octave_idx_type init (const ComplexMatrix &a, bool calc_cond)

Private Attributes

ComplexMatrix chol_mat
double xrcond

Friends

OCTAVE_API std::ostream & operator<< (std::ostream &os, const ComplexCHOL &a)

Detailed Description

Definition at line 32 of file CmplxCHOL.h.


Constructor & Destructor Documentation

ComplexCHOL::ComplexCHOL ( void   )  [inline]

Definition at line 38 of file CmplxCHOL.h.

ComplexCHOL::ComplexCHOL ( const ComplexMatrix a,
bool  calc_cond = false 
) [inline]

Definition at line 40 of file CmplxCHOL.h.

ComplexCHOL::ComplexCHOL ( const ComplexMatrix a,
octave_idx_type info,
bool  calc_cond = false 
) [inline]

Definition at line 46 of file CmplxCHOL.h.

ComplexCHOL::ComplexCHOL ( const ComplexCHOL a  )  [inline]

Definition at line 53 of file CmplxCHOL.h.


Member Function Documentation

ComplexMatrix ComplexCHOL::chol_matrix ( void   )  const [inline]

Definition at line 67 of file CmplxCHOL.h.

void ComplexCHOL::delete_sym ( octave_idx_type  j  ) 
octave_idx_type ComplexCHOL::downdate ( const ComplexColumnVector u  ) 
octave_idx_type ComplexCHOL::init ( const ComplexMatrix a,
bool  calc_cond 
) [private]
octave_idx_type ComplexCHOL::insert_sym ( const ComplexColumnVector u,
octave_idx_type  j 
)
ComplexMatrix ComplexCHOL::inverse ( void   )  const

Definition at line 182 of file CmplxCHOL.cc.

References chol2inv_internal(), and chol_mat.

Referenced by DEFUN_DLD(), and ComplexMatrix::inverse().

ComplexCHOL& ComplexCHOL::operator= ( const ComplexCHOL a  )  [inline]

Definition at line 56 of file CmplxCHOL.h.

References chol_mat, and xrcond.

double ComplexCHOL::rcond ( void   )  const [inline]

Definition at line 69 of file CmplxCHOL.h.

Referenced by ComplexMatrix::inverse().

void ComplexCHOL::set ( const ComplexMatrix R  ) 

Definition at line 188 of file CmplxCHOL.cc.

References chol_mat, current_liboctave_error_handler, and Array< T >::is_square().

Referenced by DEFUN_DLD().

void ComplexCHOL::shift_sym ( octave_idx_type  i,
octave_idx_type  j 
)
void ComplexCHOL::update ( const ComplexColumnVector u  ) 

Friends And Related Function Documentation

OCTAVE_API std::ostream& operator<< ( std::ostream &  os,
const ComplexCHOL a 
) [friend]

Member Data Documentation

Definition at line 89 of file CmplxCHOL.h.

Referenced by delete_sym(), downdate(), init(), insert_sym(), inverse(), operator=(), set(), shift_sym(), and update().

Definition at line 91 of file CmplxCHOL.h.

Referenced by init(), and operator=().


The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines