#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 80 of file amd.cc.
References Sparse< T >::cols(), octave_value::double_value(), err_disabled_feature(), err_square_matrix_required(), error(), Array< T >::fortran_vec(), free(), octave_scalar_map::getfield(), octave_value::is_defined(), malloc(), OCTAVE_LOCAL_BUFFER, ovl(), print_usage(), real(), Sparse< T >::rows(), octave::to_suitesparse_intptr(), Sparse< T >::xcidx(), Array< T >::xelem(), and Sparse< T >::xridx().