#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_value_list | Fsymbfact (const octave_value_list &args, int nargout) |
| octave_value_list Fsymbfact | ( | const octave_value_list & | args, |
| int | nargout | ||
| ) |
Definition at line 114 of file symbfact.cc.
References A, Sparse< T, Alloc >::cidx(), Sparse< T, Alloc >::cols(), Sparse< T, Alloc >::data(), err_wrong_type_arg(), Sparse< T, Alloc >::nnz(), print_usage(), Sparse< T, Alloc >::ridx(), and Sparse< T, Alloc >::rows().