GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
__ichol__.cc File Reference
#include "oct-locbuf.h"
#include "oct-norm.h"
#include "defun.h"
#include "error.h"
#include "builtin-defun-decls.h"
Include dependency graph for __ichol__.cc:

Go to the source code of this file.

Functions

OCTAVE_EXPORT octave_value_list F__ichol0__ (const octave_value_list &args, int)
 
OCTAVE_EXPORT octave_value_list F__icholt__ (const octave_value_list &args, int)
 
template<typename octave_matrix_t , typename T , T(*)(T, T) ichol_mult, bool(*)(T) ichol_checkpivot>
void ichol_0 (octave_matrix_t &sm, const std::string michol="off")
 
bool ichol_checkpivot_complex (Complex pivot)
 
bool ichol_checkpivot_real (double pivot)
 
Complex ichol_mult_complex (Complex a, Complex b)
 
double ichol_mult_real (double a, double b)
 
template<typename octave_matrix_t , typename T , T(*)(T, T) ichol_mult, bool(*)(T) ichol_checkpivot>
void ichol_t (const octave_matrix_t &sm, octave_matrix_t &L, const T *cols_norm, const T droptol, const std::string michol="off")
 

Function Documentation

◆ F__ichol0__()

OCTAVE_EXPORT octave_value_list F__ichol0__ ( const octave_value_list args,
int   
)

◆ F__icholt__()

◆ ichol_0()

template<typename octave_matrix_t , typename T , T(*)(T, T) ichol_mult, bool(*)(T) ichol_checkpivot>
void ichol_0 ( octave_matrix_t &  sm,
const std::string  michol = "off" 
)

Definition at line 74 of file __ichol__.cc.

References error(), i, k, and OCTAVE_LOCAL_BUFFER.

Referenced by F__ichol0__().

◆ ichol_checkpivot_complex()

bool ichol_checkpivot_complex ( Complex  pivot)

Definition at line 54 of file __ichol__.cc.

References error().

Referenced by F__ichol0__(), and F__icholt__().

◆ ichol_checkpivot_real()

bool ichol_checkpivot_real ( double  pivot)

Definition at line 64 of file __ichol__.cc.

References error().

Referenced by F__ichol0__(), and F__icholt__().

◆ ichol_mult_complex()

Complex ichol_mult_complex ( Complex  a,
Complex  b 
)

Definition at line 37 of file __ichol__.cc.

References a, and b.

Referenced by F__ichol0__(), and F__icholt__().

◆ ichol_mult_real()

double ichol_mult_real ( double  a,
double  b 
)

Definition at line 49 of file __ichol__.cc.

References a, and b.

Referenced by F__ichol0__(), and F__icholt__().

◆ ichol_t()

template<typename octave_matrix_t , typename T , T(*)(T, T) ichol_mult, bool(*)(T) ichol_checkpivot>
void ichol_t ( const octave_matrix_t &  sm,
octave_matrix_t &  L,
const T *  cols_norm,
const T  droptol,
const std::string  michol = "off" 
)

Definition at line 217 of file __ichol__.cc.

References abs(), error(), Array< T >::fortran_vec(), i, ind, k, OCTAVE_LOCAL_BUFFER, Array< T >::resize(), and zero().

Referenced by F__icholt__().