GNU Octave  4.2.1
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
Classes | Public Member Functions | Protected Types | Private Attributes | List of all members
octave::math::sparse_chol< chol_type > Class Template Reference

#include "sparse-chol.h"

Collaboration diagram for octave::math::sparse_chol< chol_type >:
Collaboration graph
[legend]

Classes

class  sparse_chol_rep
 

Public Member Functions

 sparse_chol (void)
 
 sparse_chol (const chol_type &a, bool natural, bool force)
 
 sparse_chol (const chol_type &a, octave_idx_type &info, bool natural, bool force)
 
 sparse_chol (const chol_type &a, octave_idx_type &info, bool natural)
 
 sparse_chol (const chol_type &a, octave_idx_type &info)
 
 sparse_chol (const sparse_chol< chol_type > &a)
 
template<>
 sparse_chol (const SparseComplexMatrix &a, octave_idx_type &info)
 
template<>
 sparse_chol (const SparseComplexMatrix &a, octave_idx_type &info)
 
virtual ~sparse_chol (void)
 
chol_type inverse (void) const
 
bool is_positive_definite (void) const
 
chol_type L (void) const
 
sparse_choloperator= (const sparse_chol &a)
 
octave_idx_type P (void) const
 
RowVector perm (void) const
 
SparseMatrix Q (void) const
 
chol_type R (void) const
 
double rcond (void) const
 

Protected Types

typedef chol_type::element_type chol_elt
 

Private Attributes

sparse_chol_reprep
 

Detailed Description

template<typename chol_type>
class octave::math::sparse_chol< chol_type >

Definition at line 44 of file sparse-chol.h.

Member Typedef Documentation

template<typename chol_type>
typedef chol_type::element_type octave::math::sparse_chol< chol_type >::chol_elt
protected

Definition at line 84 of file sparse-chol.h.

Constructor & Destructor Documentation

template<typename chol_type >
octave::math::sparse_chol< chol_type >::sparse_chol ( void  )

Definition at line 381 of file sparse-chol.cc.

template<typename chol_type >
octave::math::sparse_chol< chol_type >::sparse_chol ( const chol_type &  a,
bool  natural,
bool  force 
)

Definition at line 386 of file sparse-chol.cc.

template<typename chol_type >
octave::math::sparse_chol< chol_type >::sparse_chol ( const chol_type &  a,
octave_idx_type info,
bool  natural,
bool  force 
)

Definition at line 393 of file sparse-chol.cc.

template<typename chol_type >
octave::math::sparse_chol< chol_type >::sparse_chol ( const chol_type &  a,
octave_idx_type info,
bool  natural 
)

Definition at line 400 of file sparse-chol.cc.

template<typename chol_type >
octave::math::sparse_chol< chol_type >::sparse_chol ( const chol_type &  a,
octave_idx_type info 
)

Definition at line 407 of file sparse-chol.cc.

template<typename chol_type >
octave::math::sparse_chol< chol_type >::sparse_chol ( const sparse_chol< chol_type > &  a)
template<typename chol_type >
octave::math::sparse_chol< chol_type >::~sparse_chol ( void  )
virtual

Definition at line 420 of file sparse-chol.cc.

Definition at line 578 of file sparse-chol.cc.

Member Function Documentation

template<typename chol_type >
chol_type octave::math::sparse_chol< chol_type >::inverse ( void  ) const
template<typename chol_type >
bool octave::math::sparse_chol< chol_type >::is_positive_definite ( void  ) const

Definition at line 496 of file sparse-chol.cc.

template<typename chol_type >
chol_type octave::math::sparse_chol< chol_type >::L ( void  ) const

Definition at line 444 of file sparse-chol.cc.

References m.

Referenced by Gchol(), SparseMatrix::inverse(), SparseComplexMatrix::inverse(), and make_cholb().

template<typename chol_type >
sparse_chol< chol_type > & octave::math::sparse_chol< chol_type >::operator= ( const sparse_chol< chol_type > &  a)
template<typename chol_type >
octave_idx_type octave::math::sparse_chol< chol_type >::P ( void  ) const

Definition at line 475 of file sparse-chol.cc.

Referenced by make_cholb().

template<typename chol_type >
RowVector octave::math::sparse_chol< chol_type >::perm ( void  ) const

Definition at line 482 of file sparse-chol.cc.

Referenced by Gchol(), and make_cholb().

template<typename chol_type >
SparseMatrix octave::math::sparse_chol< chol_type >::Q ( void  ) const

Definition at line 489 of file sparse-chol.cc.

Referenced by Gchol(), SparseComplexMatrix::inverse(), and SparseMatrix::inverse().

template<typename chol_type>
chol_type octave::math::sparse_chol< chol_type >::R ( void  ) const
inline

Definition at line 68 of file sparse-chol.h.

Referenced by Gchol().

template<typename chol_type >
double octave::math::sparse_chol< chol_type >::rcond ( void  ) const

Member Data Documentation

template<typename chol_type>
sparse_chol_rep* octave::math::sparse_chol< chol_type >::rep
private

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