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

Public Member Functions

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

Detailed Description

template<typename T>
class chol< T >

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

Member Function Documentation

◆ delete_sym() [1/4]

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

Definition at line 550 of file chol.cc.

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

◆ delete_sym() [2/4]

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

Definition at line 727 of file chol.cc.

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

◆ delete_sym() [3/4]

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, n, and OCTAVE_LOCAL_BUFFER.

◆ delete_sym() [4/4]

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

Definition at line 1099 of file chol.cc.

References F77_CMPLX_ARG, F77_XFCN, n, and OCTAVE_LOCAL_BUFFER.

◆ downdate() [1/4]

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

Definition at line 502 of file chol.cc.

References F77_XFCN, n, Array< T >::numel(), OCTAVE_LOCAL_BUFFER, and Faddeeva::w().

◆ downdate() [2/4]

Definition at line 858 of file chol.cc.

References F77_DBLE_CMPLX_ARG, F77_XFCN, n, Array< T >::numel(), and OCTAVE_LOCAL_BUFFER.

◆ downdate() [3/4]

octave_idx_type chol< FloatMatrix >::downdate ( const FloatColumnVector u)

Definition at line 678 of file chol.cc.

References F77_XFCN, n, Array< T >::numel(), OCTAVE_LOCAL_BUFFER, and Faddeeva::w().

◆ downdate() [4/4]

Definition at line 1047 of file chol.cc.

References F77_CMPLX_ARG, F77_XFCN, n, Array< T >::numel(), and OCTAVE_LOCAL_BUFFER.

◆ init() [1/4]

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

◆ init() [2/4]

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

◆ init() [3/4]

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

◆ init() [4/4]

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

◆ insert_sym() [1/4]

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

Definition at line 523 of file chol.cc.

References F77_XFCN, n, Array< T >::numel(), OCTAVE_LOCAL_BUFFER, and Faddeeva::w().

◆ insert_sym() [2/4]

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

Definition at line 882 of file chol.cc.

References F77_DBLE_CMPLX_ARG, F77_XFCN, n, Array< T >::numel(), and OCTAVE_LOCAL_BUFFER.

◆ insert_sym() [3/4]

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

Definition at line 699 of file chol.cc.

References F77_XFCN, n, Array< T >::numel(), OCTAVE_LOCAL_BUFFER, and Faddeeva::w().

◆ insert_sym() [4/4]

Definition at line 1069 of file chol.cc.

References F77_CMPLX_ARG, F77_XFCN, n, Array< T >::numel(), and OCTAVE_LOCAL_BUFFER.

◆ shift_sym() [1/4]

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, n, OCTAVE_LOCAL_BUFFER, and Faddeeva::w().

◆ shift_sym() [2/4]

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, n, OCTAVE_LOCAL_BUFFER, and Faddeeva::w().

◆ shift_sym() [3/4]

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, n, OCTAVE_LOCAL_BUFFER, and Faddeeva::w().

◆ shift_sym() [4/4]

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, n, OCTAVE_LOCAL_BUFFER, and Faddeeva::w().

◆ update() [1/4]

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

Definition at line 485 of file chol.cc.

References F77_XFCN, n, Array< T >::numel(), OCTAVE_LOCAL_BUFFER, and Faddeeva::w().

◆ update() [2/4]

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

Definition at line 838 of file chol.cc.

References F77_DBLE_CMPLX_ARG, F77_XFCN, n, Array< T >::numel(), and OCTAVE_LOCAL_BUFFER.

◆ update() [3/4]

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

Definition at line 661 of file chol.cc.

References F77_XFCN, n, Array< T >::numel(), OCTAVE_LOCAL_BUFFER, and Faddeeva::w().

◆ update() [4/4]

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

Definition at line 1030 of file chol.cc.

References F77_CMPLX_ARG, F77_XFCN, n, Array< T >::numel(), and OCTAVE_LOCAL_BUFFER.


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