GNU Octave  3.8.0
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
lu.cc File Reference
#include "CmplxLU.h"
#include "dbleLU.h"
#include "fCmplxLU.h"
#include "floatLU.h"
#include "SparseCmplxLU.h"
#include "SparsedbleLU.h"
#include "defun.h"
#include "error.h"
#include "gripes.h"
#include "oct-obj.h"
#include "utils.h"
#include "ov-re-sparse.h"
#include "ov-cx-sparse.h"
Include dependency graph for lu.cc:

Go to the source code of this file.

Functions

static bool check_lu_dims (const octave_value &l, const octave_value &u, const octave_value &p)
OCTAVE_EXPORT octave_value_list Flu (const octave_value_list &args, int nargout)
OCTAVE_EXPORT octave_value_list Fluupdate (const octave_value_list &args, int)
template<class MT >
static octave_value get_lu_l (const base_lu< MT > &fact)
template<class MT >
static octave_value get_lu_u (const base_lu< MT > &fact)

Function Documentation

static bool check_lu_dims ( const octave_value l,
const octave_value u,
const octave_value p 
)
static
OCTAVE_EXPORT octave_value_list Flu ( const octave_value_list args,
int  nargout 
)
OCTAVE_EXPORT octave_value_list Fluupdate ( const octave_value_list args,
int   
)
template<class MT >
static octave_value get_lu_l ( const base_lu< MT > &  fact)
static

Definition at line 44 of file lu.cc.

References base_lu< lu_type >::L(), and MatrixType::Lower.

Referenced by Flu(), and Fluupdate().

template<class MT >
static octave_value get_lu_u ( const base_lu< MT > &  fact)
static

Definition at line 55 of file lu.cc.

References base_lu< lu_type >::regular(), base_lu< lu_type >::U(), and MatrixType::Upper.

Referenced by Flu(), and Fluupdate().