GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
chol< T > Class Template Reference

#include "mx-defs.h"

Public Member Functions

template<>
void delete_sym (octave_idx_type j_arg)
 
template<>
void delete_sym (octave_idx_type j_arg)
 
template<>
void delete_sym (octave_idx_type j_arg)
 
template<>
void delete_sym (octave_idx_type j_arg)
 
template<>
octave_idx_type downdate (const ColumnVector &u)
 
template<>
octave_idx_type downdate (const FloatColumnVector &u)
 
template<>
octave_idx_type downdate (const ComplexColumnVector &u)
 
template<>
octave_idx_type downdate (const FloatComplexColumnVector &u)
 
template<>
octave_idx_type init (const Matrix &a, bool upper, bool calc_cond)
 
template<>
octave_idx_type init (const FloatMatrix &a, bool upper, bool calc_cond)
 
template<>
octave_idx_type init (const ComplexMatrix &a, bool upper, bool calc_cond)
 
template<>
octave_idx_type init (const FloatComplexMatrix &a, bool upper, bool calc_cond)
 
template<>
octave_idx_type insert_sym (const ColumnVector &u, octave_idx_type j_arg)
 
template<>
octave_idx_type insert_sym (const FloatColumnVector &u, octave_idx_type j_arg)
 
template<>
octave_idx_type insert_sym (const ComplexColumnVector &u, octave_idx_type j_arg)
 
template<>
octave_idx_type insert_sym (const FloatComplexColumnVector &u, octave_idx_type j_arg)
 
template<>
void shift_sym (octave_idx_type i_arg, octave_idx_type j_arg)
 
template<>
void shift_sym (octave_idx_type i_arg, octave_idx_type j_arg)
 
template<>
void shift_sym (octave_idx_type i_arg, octave_idx_type j_arg)
 
template<>
void shift_sym (octave_idx_type i_arg, octave_idx_type j_arg)
 
template<>
void update (const ColumnVector &u)
 
template<>
void update (const FloatColumnVector &u)
 
template<>
void update (const ComplexColumnVector &u)
 
template<>
void update (const FloatComplexColumnVector &u)
 

Detailed Description

template<typename T>
class chol< T >

Definition at line 65 of file mx-defs.h.

Member Function Documentation

◆ delete_sym() [1/4]

template<>
void chol< Matrix >::delete_sym ( octave_idx_type  j_arg)

Definition at line 550 of file chol.cc.

References F77_XFCN, OCTAVE_LOCAL_BUFFER, and Faddeeva::w().

◆ delete_sym() [2/4]

template<>
void chol< FloatMatrix >::delete_sym ( octave_idx_type  j_arg)

Definition at line 727 of file chol.cc.

References F77_XFCN, OCTAVE_LOCAL_BUFFER, and Faddeeva::w().

◆ delete_sym() [3/4]

template<>
void chol< ComplexMatrix >::delete_sym ( octave_idx_type  j_arg)

Definition at line 913 of file chol.cc.

References F77_DBLE_CMPLX_ARG, F77_XFCN, and OCTAVE_LOCAL_BUFFER.

◆ delete_sym() [4/4]

template<>
void chol< FloatComplexMatrix >::delete_sym ( octave_idx_type  j_arg)

Definition at line 1099 of file chol.cc.

References F77_CMPLX_ARG, F77_XFCN, and OCTAVE_LOCAL_BUFFER.

◆ downdate() [1/4]

template<>
octave_idx_type chol< Matrix >::downdate ( const ColumnVector u)

◆ downdate() [2/4]

◆ downdate() [3/4]

◆ downdate() [4/4]

◆ init() [1/4]

template<>
octave_idx_type chol< Matrix >::init ( const Matrix a,
bool  upper,
bool  calc_cond 
)

Definition at line 410 of file chol.cc.

References a, a_nc, a_nr, F77_XFCN, Array< T >::fortran_vec(), h, i, OCTAVE_LOCAL_BUFFER, and xnorm().

◆ init() [2/4]

template<>
octave_idx_type chol< FloatMatrix >::init ( const FloatMatrix a,
bool  upper,
bool  calc_cond 
)

Definition at line 586 of file chol.cc.

References a, a_nc, a_nr, F77_XFCN, Array< T >::fortran_vec(), h, i, OCTAVE_LOCAL_BUFFER, and xnorm().

◆ init() [3/4]

template<>
octave_idx_type chol< ComplexMatrix >::init ( const ComplexMatrix a,
bool  upper,
bool  calc_cond 
)

Definition at line 764 of file chol.cc.

References a, a_nc, a_nr, F77_DBLE_CMPLX_ARG, F77_XFCN, Array< T >::fortran_vec(), h, i, and xnorm().

◆ init() [4/4]

template<>
octave_idx_type chol< FloatComplexMatrix >::init ( const FloatComplexMatrix a,
bool  upper,
bool  calc_cond 
)

Definition at line 955 of file chol.cc.

References a, a_nc, a_nr, F77_CMPLX_ARG, F77_XFCN, Array< T >::fortran_vec(), h, i, and xnorm().

◆ insert_sym() [1/4]

template<>
octave_idx_type chol< Matrix >::insert_sym ( const ColumnVector u,
octave_idx_type  j_arg 
)

Definition at line 523 of file chol.cc.

References current_liboctave_error_handler, F77_XFCN, OCTAVE_LOCAL_BUFFER, u, and Faddeeva::w().

◆ insert_sym() [2/4]

template<>
octave_idx_type chol< FloatMatrix >::insert_sym ( const FloatColumnVector u,
octave_idx_type  j_arg 
)

Definition at line 699 of file chol.cc.

References current_liboctave_error_handler, F77_XFCN, OCTAVE_LOCAL_BUFFER, u, and Faddeeva::w().

◆ insert_sym() [3/4]

template<>
octave_idx_type chol< ComplexMatrix >::insert_sym ( const ComplexColumnVector u,
octave_idx_type  j_arg 
)

◆ insert_sym() [4/4]

template<>
octave_idx_type chol< FloatComplexMatrix >::insert_sym ( const FloatComplexColumnVector u,
octave_idx_type  j_arg 
)

Definition at line 1069 of file chol.cc.

References current_liboctave_error_handler, F77_CMPLX_ARG, F77_XFCN, OCTAVE_LOCAL_BUFFER, and u.

◆ shift_sym() [1/4]

template<>
void chol< Matrix >::shift_sym ( octave_idx_type  i_arg,
octave_idx_type  j_arg 
)

Definition at line 567 of file chol.cc.

References F77_XFCN, i, OCTAVE_LOCAL_BUFFER, and Faddeeva::w().

◆ shift_sym() [2/4]

template<>
void chol< FloatMatrix >::shift_sym ( octave_idx_type  i_arg,
octave_idx_type  j_arg 
)

Definition at line 745 of file chol.cc.

References F77_XFCN, i, OCTAVE_LOCAL_BUFFER, and Faddeeva::w().

◆ shift_sym() [3/4]

template<>
void chol< ComplexMatrix >::shift_sym ( octave_idx_type  i_arg,
octave_idx_type  j_arg 
)

Definition at line 932 of file chol.cc.

References F77_DBLE_CMPLX_ARG, F77_XFCN, i, OCTAVE_LOCAL_BUFFER, and Faddeeva::w().

◆ shift_sym() [4/4]

template<>
void chol< FloatComplexMatrix >::shift_sym ( octave_idx_type  i_arg,
octave_idx_type  j_arg 
)

Definition at line 1117 of file chol.cc.

References F77_CMPLX_ARG, F77_XFCN, i, OCTAVE_LOCAL_BUFFER, and Faddeeva::w().

◆ update() [1/4]

template<>
void chol< Matrix >::update ( const ColumnVector u)

◆ update() [2/4]

template<>
void chol< FloatMatrix >::update ( const FloatColumnVector u)

◆ update() [3/4]

template<>
void chol< ComplexMatrix >::update ( const ComplexColumnVector u)

◆ update() [4/4]

template<>
void chol< FloatComplexMatrix >::update ( const FloatComplexColumnVector u)

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