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 Member Functions | Private Member Functions | Private Attributes | Friends | List of all members
FloatComplexCHOL Class Reference

#include "fCmplxCHOL.h"

Collaboration diagram for FloatComplexCHOL:
Collaboration graph
[legend]

Public Member Functions

 FloatComplexCHOL (void)
 
 FloatComplexCHOL (const FloatComplexMatrix &a, bool calc_cond=false)
 
 FloatComplexCHOL (const FloatComplexMatrix &a, octave_idx_type &info, bool calc_cond=false)
 
 FloatComplexCHOL (const FloatComplexCHOL &a)
 
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::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 Gcholinv(), 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)
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

FloatComplexMatrix FloatComplexCHOL::chol_mat
private

Definition at line 91 of file fCmplxCHOL.h.

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

float FloatComplexCHOL::xrcond
private

Definition at line 93 of file fCmplxCHOL.h.

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


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