GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "defun.h"
#include "error.h"
#include "gripes.h"
#include "oct-obj.h"
#include "utils.h"
#include "oct-map.h"
#include "MatrixType.h"
#include "SparseCmplxLU.h"
#include "SparsedbleLU.h"
#include "ov-re-sparse.h"
#include "ov-cx-sparse.h"
Go to the source code of this file.
Functions | |
OCTAVE_EXPORT octave_value_list | Fluinc (const octave_value_list &args, int nargout) |
OCTAVE_EXPORT octave_value_list Fluinc | ( | const octave_value_list & | args, |
int | nargout | ||
) |
Definition at line 97 of file luinc.cc.
References Sparse< T >::cols(), octave_value::double_value(), error(), error_state, octave_scalar_map::getfield(), octave_value::is_defined(), sparse_base_lu< lu_type, lu_elt_type, p_type, p_elt_type >::L(), MatrixType::Lower, octave_value::matrix_value(), Array< T >::nelem(), octave_value(), sparse_base_lu< lu_type, lu_elt_type, p_type, p_elt_type >::Pc_mat(), sparse_base_lu< lu_type, lu_elt_type, p_type, p_elt_type >::Pc_vec(), MatrixType::Permuted_Lower, sparse_base_lu< lu_type, lu_elt_type, p_type, p_elt_type >::Pr(), sparse_base_lu< lu_type, lu_elt_type, p_type, p_elt_type >::Pr_mat(), sparse_base_lu< lu_type, lu_elt_type, p_type, p_elt_type >::Pr_vec(), print_usage(), Matrix::resize(), sparse_base_lu< lu_type, lu_elt_type, p_type, p_elt_type >::row_perm(), Sparse< T >::rows(), SparseMatrix::transpose(), sparse_base_lu< lu_type, lu_elt_type, p_type, p_elt_type >::U(), and MatrixType::Upper.