#include <cmath>
#include <algorithm>
#include <string>
#include "CSparse.h"
#include "boolSparse.h"
#include "dColVector.h"
#include "dSparse.h"
#include "oct-locbuf.h"
#include "oct-sparse.h"
#include "oct-spparms.h"
#include "sparse-util.h"
#include "defun.h"
#include "error.h"
#include "errwarn.h"
#include "ovl.h"
#include "parse.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) |
OCTAVE_EXPORT octave_value_list Fsymbfact | ( | const octave_value_list & | args, |
int | nargout | ||
) |
Definition at line 114 of file symbfact.cc.
References A, CHOLMOD_NAME, Sparse< T, Alloc >::cidx(), coletree(), Sparse< T, Alloc >::cols(), Sparse< T, Alloc >::data(), err_disabled_feature(), err_square_matrix_required(), err_wrong_type_arg(), error(), sparse_params::get_key(), max(), n, Sparse< T, Alloc >::nnz(), OCTAVE_LOCAL_BUFFER, print_usage(), Sparse< T, Alloc >::ridx(), Sparse< T, Alloc >::rows(), SparseCholError(), SparseCholPrint(), to_suitesparse_intptr(), transpose(), SparseBoolMatrix::transpose(), Sparse< T, Alloc >::xcidx(), Sparse< T, Alloc >::xdata(), and Sparse< T, Alloc >::xridx().