GNU Octave
4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
Go to the source code of this file.
Functions | |
OCTAVE_EXPORT octave_value_list | F__ichol0__ (const octave_value_list &args, int nargout) |
OCTAVE_EXPORT octave_value_list | F__icholt__ (const octave_value_list &args, int nargout) |
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") |
OCTAVE_EXPORT octave_value_list F__ichol0__ | ( | const octave_value_list & | args, |
int | nargout | ||
) |
Definition at line 196 of file __ichol__.cc.
References octave_value_list::append(), error_state, feval(), ichol_0(), ichol_checkpivot_complex(), ichol_checkpivot_real(), ichol_mult_complex(), ichol_mult_real(), octave_value_list::length(), and print_usage().
OCTAVE_EXPORT octave_value_list F__icholt__ | ( | const octave_value_list & | args, |
int | nargout | ||
) |
Definition at line 451 of file __ichol__.cc.
References octave_value_list::append(), octave_value_list::clear(), error_state, feval(), Array< T >::fortran_vec(), ichol_checkpivot_complex(), ichol_checkpivot_real(), ichol_mult_complex(), ichol_mult_real(), ichol_t(), octave_value_list::length(), and print_usage().
void ichol_0 | ( | octave_matrix_t & | sm, |
const std::string | michol = "off" |
||
) |
Definition at line 79 of file __ichol__.cc.
References error(), and OCTAVE_LOCAL_BUFFER.
Referenced by F__ichol0__().
Definition at line 52 of file __ichol__.cc.
References error().
Referenced by F__ichol0__(), and F__icholt__().
Definition at line 67 of file __ichol__.cc.
References error().
Referenced by F__ichol0__(), and F__icholt__().
Definition at line 35 of file __ichol__.cc.
References conj(), and imag().
Referenced by F__ichol0__(), and F__icholt__().
Definition at line 47 of file __ichol__.cc.
Referenced by F__ichol0__(), and F__icholt__().
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 243 of file __ichol__.cc.
References abs(), error(), error_state, Array< T >::fortran_vec(), OCTAVE_LOCAL_BUFFER, and Array< T >::resize().
Referenced by F__icholt__().