#include <cstdlib>#include "CSparse.h"#include "Sparse.h"#include "dMatrix.h"#include "oct-locbuf.h"#include "oct-sparse.h"#include "defun.h"#include "error.h"#include "errwarn.h"#include "oct-map.h"#include "ov.h"#include "ovl.h"#include "parse.h"
Go to the source code of this file.
Functions | |
| OCTAVE_EXPORT octave_value_list | Famd (const octave_value_list &args, int nargout) |
| OCTAVE_EXPORT octave_value_list Famd | ( | const octave_value_list & | args, |
| int | nargout | ||
| ) |
Definition at line 82 of file amd.cc.
References Sparse< T, Alloc >::cols(), octave_value::double_value(), err_disabled_feature(), err_square_matrix_required(), error(), Array< T, Alloc >::fortran_vec(), free(), octave_scalar_map::getfield(), octave_value::is_defined(), malloc(), OCTAVE_LOCAL_BUFFER, ovl(), print_usage(), real(), Sparse< T, Alloc >::rows(), SparseMatrix, to_suitesparse_intptr(), Sparse< T, Alloc >::xcidx(), Array< T, Alloc >::xelem(), and Sparse< T, Alloc >::xridx().