GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
__ilu__.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 __ilu__.cc:

Go to the source code of this file.

Functions

OCTAVE_EXPORT octave_value_list F__ilu0__ (const octave_value_list &args, int) ar
 
template<typename octave_matrix_t , typename T >
void ilu_0 (octave_matrix_t &sm, const std::string milu="off")
 

Function Documentation

◆ F__ilu0__()

OCTAVE_EXPORT octave_value_list F__ilu0__ ( const octave_value_list args,
int   
)

Definition at line 143 of file __ilu__.cc.

References Sparse< T >::cols(), Ftril(), ovl(), print_usage(), retval, and string.

◆ ilu_0()

template<typename octave_matrix_t , typename T >
void ilu_0 ( octave_matrix_t &  sm,
const std::string  milu = "off" 
)

Definition at line 43 of file __ilu__.cc.

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