GNU Octave  6.2.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
lu.cc File Reference
#include "lu.h"
#include "sparse-lu.h"
#include "defun.h"
#include "error.h"
#include "errwarn.h"
#include "ovl.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<typename MT >
static octave_value get_lu_l (const octave::math::lu< MT > &fact)
 
template<typename MT >
static octave_value get_lu_u (const octave::math::lu< MT > &fact)
 

Function Documentation

◆ check_lu_dims()

static bool check_lu_dims ( const octave_value l,
const octave_value u,
const octave_value p 
)
static

◆ Flu()

◆ Fluupdate()

◆ get_lu_l()

template<typename MT >
static octave_value get_lu_l ( const octave::math::lu< MT > &  fact)
static

Definition at line 42 of file lu.cc.

References octave::math::lu< T >::L(), MatrixType::Lower, and octave_value().

Referenced by Flu(), and Fluupdate().

◆ get_lu_u()

template<typename MT >
static octave_value get_lu_u ( const octave::math::lu< MT > &  fact)
static

Definition at line 53 of file lu.cc.

References octave_value(), octave::math::lu< T >::regular(), octave::math::lu< T >::U(), and MatrixType::Upper.

Referenced by Flu(), and Fluupdate().