GNU Octave  4.2.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
__ilu__.cc File Reference
#include "oct-locbuf.h"
#include "defun.h"
#include "error.h"
#include "parse.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

OCTAVE_EXPORT octave_value_list F__ilu0__ ( const octave_value_list args,
int   
)

Definition at line 142 of file __ilu__.cc.

References octave_value_list::append(), feval(), nargin, ovl(), print_usage(), retval, and string.

Referenced by install___ilu___fcns().

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

Definition at line 41 of file __ilu__.cc.

References error(), k, and OCTAVE_LOCAL_BUFFER.