Navigation

Operators and Keywords

Function List:

C++ API

FloatCHOL Class Reference

#include <floatCHOL.h>

Collaboration diagram for FloatCHOL:

List of all members.

Public Member Functions

 FloatCHOL (void)
 FloatCHOL (const FloatMatrix &a, bool calc_cond=false)
 FloatCHOL (const FloatMatrix &a, octave_idx_type &info, bool calc_cond=false)
 FloatCHOL (const FloatCHOL &a)
FloatCHOLoperator= (const FloatCHOL &a)
FloatMatrix chol_matrix (void) const
float rcond (void) const
FloatMatrix inverse (void) const
void set (const FloatMatrix &R)
void update (const FloatColumnVector &u)
octave_idx_type downdate (const FloatColumnVector &u)
octave_idx_type insert_sym (const FloatColumnVector &u, octave_idx_type j)
void delete_sym (octave_idx_type j)
void shift_sym (octave_idx_type i, octave_idx_type j)

Friends

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

Constructor & Destructor Documentation

FloatCHOL::FloatCHOL ( void   )  [inline]
FloatCHOL::FloatCHOL ( const FloatMatrix a,
bool  calc_cond = false 
) [inline]
FloatCHOL::FloatCHOL ( const FloatMatrix a,
octave_idx_type info,
bool  calc_cond = false 
) [inline]
FloatCHOL::FloatCHOL ( const FloatCHOL a  )  [inline]

Member Function Documentation

FloatMatrix FloatCHOL::chol_matrix ( void   )  const [inline]
void FloatCHOL::delete_sym ( octave_idx_type  j  ) 
octave_idx_type FloatCHOL::downdate ( const FloatColumnVector u  ) 
octave_idx_type FloatCHOL::insert_sym ( const FloatColumnVector u,
octave_idx_type  j 
)
FloatMatrix FloatCHOL::inverse ( void   )  const
FloatCHOL& FloatCHOL::operator= ( const FloatCHOL a  )  [inline]
float FloatCHOL::rcond ( void   )  const [inline]
void FloatCHOL::set ( const FloatMatrix R  ) 
void FloatCHOL::shift_sym ( octave_idx_type  i,
octave_idx_type  j 
)
void FloatCHOL::update ( const FloatColumnVector u  ) 

Friends And Related Function Documentation

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

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