#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"
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 math::lu< MT > &fact) |
template<typename MT > | |
static octave_value | get_lu_u (const math::lu< MT > &fact) |
|
static |
Definition at line 563 of file lu.cc.
References octave_value::columns(), octave_value::is_undefined(), m, min(), n, octave_value::ndims(), and octave_value::rows().
Referenced by Fluupdate().
OCTAVE_EXPORT octave_value_list Flu | ( | const octave_value_list & | args, |
int | nargout | ||
) |
Definition at line 143 of file lu.cc.
References octave_value::columns(), octave_value::complex_matrix_value(), err_wrong_type_arg(), error(), octave_value::float_complex_matrix_value(), octave_value::float_matrix_value(), get_lu_l(), get_lu_u(), octave_value::is_single_type(), octave_value::iscomplex(), octave_value::isempty(), octave_value::isreal(), MatrixType::Lower, m, octave_value::matrix_value(), n, Array< T, Alloc >::numel(), octave_value(), ovl(), MatrixType::Permuted_Lower, MatrixType::Permuted_Upper, print_usage(), octave_value_list::resize(), Matrix::resize(), octave_value::rows(), scale(), octave_value::sparse_complex_matrix_value(), sparse_lu< SparseComplexMatrix >, sparse_lu< SparseMatrix >, octave_value::sparse_matrix_value(), PermMatrix::transpose(), MatrixType::Upper, and warning_with_id().
OCTAVE_EXPORT octave_value_list Fluupdate | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 618 of file lu.cc.
References check_lu_dims(), octave_value::complex_matrix_value(), error(), PermMatrix::eye(), octave_value::float_complex_matrix_value(), octave_value::float_matrix_value(), get_lu_l(), get_lu_u(), octave_value::is_perm_matrix(), octave_value::is_single_type(), octave_value::isnumeric(), octave_value::isreal(), octave_value::matrix_value(), octave_value(), ovl(), octave_value::perm_matrix_value(), print_usage(), octave_value::rows(), and x.
|
static |
Definition at line 44 of file lu.cc.
References MatrixType::Lower, and octave_value().
Referenced by Flu(), and Fluupdate().
|
static |
Definition at line 55 of file lu.cc.
References octave_value(), and MatrixType::Upper.
Referenced by Flu(), and Fluupdate().