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

FloatComplexCHOL Class Reference

#include "fCmplxCHOL.h"

Collaboration diagram for FloatComplexCHOL:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 FloatComplexCHOL (void)
 FloatComplexCHOL (const FloatComplexMatrix &a, bool calc_cond=false)
 FloatComplexCHOL (const FloatComplexCHOL &a)
 FloatComplexCHOL (const FloatComplexMatrix &a, octave_idx_type &info, bool calc_cond=false)
FloatComplexMatrix chol_matrix (void) const
void delete_sym (octave_idx_type j)
octave_idx_type downdate (const FloatComplexColumnVector &u)
octave_idx_type insert_sym (const FloatComplexColumnVector &u, octave_idx_type j)
FloatComplexMatrix inverse (void) const
FloatComplexCHOLoperator= (const FloatComplexCHOL &a)
float rcond (void) const
void set (const FloatComplexMatrix &R)
void shift_sym (octave_idx_type i, octave_idx_type j)
void update (const FloatComplexColumnVector &u)

Private Member Functions

octave_idx_type init (const FloatComplexMatrix &a, bool calc_cond)

Private Attributes

FloatComplexMatrix chol_mat
float xrcond

Friends

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

Detailed Description

Definition at line 32 of file fCmplxCHOL.h.


Constructor & Destructor Documentation

FloatComplexCHOL::FloatComplexCHOL ( void   )  [inline]

Definition at line 38 of file fCmplxCHOL.h.

FloatComplexCHOL::FloatComplexCHOL ( const FloatComplexMatrix a,
bool  calc_cond = false 
) [inline]

Definition at line 40 of file fCmplxCHOL.h.

FloatComplexCHOL::FloatComplexCHOL ( const FloatComplexMatrix a,
octave_idx_type info,
bool  calc_cond = false 
) [inline]

Definition at line 46 of file fCmplxCHOL.h.

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

Definition at line 53 of file fCmplxCHOL.h.


Member Function Documentation

FloatComplexMatrix FloatComplexCHOL::chol_matrix ( void   )  const [inline]

Definition at line 67 of file fCmplxCHOL.h.

void FloatComplexCHOL::delete_sym ( octave_idx_type  j  ) 
octave_idx_type FloatComplexCHOL::downdate ( const FloatComplexColumnVector u  ) 
octave_idx_type FloatComplexCHOL::init ( const FloatComplexMatrix a,
bool  calc_cond 
) [private]
octave_idx_type FloatComplexCHOL::insert_sym ( const FloatComplexColumnVector u,
octave_idx_type  j 
)
FloatComplexMatrix FloatComplexCHOL::inverse ( void   )  const

Definition at line 182 of file fCmplxCHOL.cc.

References chol2inv_internal(), and chol_mat.

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

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

Definition at line 56 of file fCmplxCHOL.h.

References chol_mat, and xrcond.

float FloatComplexCHOL::rcond ( void   )  const [inline]

Definition at line 69 of file fCmplxCHOL.h.

Referenced by FloatComplexMatrix::inverse().

void FloatComplexCHOL::set ( const FloatComplexMatrix R  ) 

Definition at line 188 of file fCmplxCHOL.cc.

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

Referenced by DEFUN_DLD().

void FloatComplexCHOL::shift_sym ( octave_idx_type  i,
octave_idx_type  j 
)
void FloatComplexCHOL::update ( const FloatComplexColumnVector u  ) 

Friends And Related Function Documentation

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

Member Data Documentation

Definition at line 91 of file fCmplxCHOL.h.

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

Definition at line 93 of file fCmplxCHOL.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