#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 | |
octave_value_list | Flu (const octave_value_list &args, int nargout) |
octave_value_list | Fluupdate (const octave_value_list &args, int) |
octave_value_list Flu | ( | const octave_value_list & | args, |
int | nargout | ||
) |
Definition at line 143 of file lu.cc.
References octave_value::columns(), err_wrong_type_arg(), error(), octave_value::float_matrix_value(), octave_value::is_single_type(), octave_value::iscomplex(), octave_value::isempty(), octave_value::isreal(), MatrixType::Lower, m, 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(), octave_value::sparse_matrix_value(), PermMatrix::transpose(), MatrixType::Upper, and warning_with_id().
octave_value_list Fluupdate | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 628 of file lu.cc.
References error(), octave_value::is_perm_matrix(), octave_value::isnumeric(), octave_value(), and print_usage().