|
GNU Octave
4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "SparseCmplxCHOL.h"#include "SparsedbleCHOL.h"#include "oct-spparms.h"#include "sparse-util.h"#include "oct-locbuf.h"#include "ov-re-sparse.h"#include "ov-cx-sparse.h"#include "defun-dld.h"#include "error.h"#include "gripes.h"#include "oct-obj.h"#include "utils.h"
Go to the source code of this file.
Functions | |
| OCTAVE_EXPORT octave_value_list | Fsymbfact (const octave_value_list &args, int nargout) |
| C OCTAVE_EXPORT octave_function * | Gsymbfact (const octave_shlib &shl, bool relative) |
| OCTAVE_EXPORT octave_value_list Fsymbfact | ( | const octave_value_list & | args, |
| int | nargout | ||
| ) |
Definition at line 97 of file symbfact.cc.
| C OCTAVE_EXPORT octave_function* Gsymbfact | ( | const octave_shlib & | shl, |
| bool | relative | ||
| ) |
Definition at line 97 of file symbfact.cc.
References A, Sparse< T >::cidx(), coletree(), Sparse< T >::cols(), Sparse< T >::data(), error(), error_state, F(), octave_sparse_params::get_key(), gripe_wrong_type_arg(), octave_value_list::length(), Sparse< T >::nnz(), OCTAVE_LOCAL_BUFFER, print_usage(), Sparse< T >::ridx(), Sparse< T >::rows(), SparseCholError(), SparseCholPrint(), SparseBoolMatrix::transpose(), transpose(), Sparse< T >::xcidx(), Sparse< T >::xdata(), and Sparse< T >::xridx().
1.8.8