#include <cstdlib>
#include <string>
#include "CSparse.h"
#include "dNDArray.h"
#include "dSparse.h"
#include "oct-locbuf.h"
#include "oct-sparse.h"
#include "defun.h"
#include "error.h"
#include "errwarn.h"
#include "ovl.h"
#include "pager.h"
Go to the source code of this file.
Functions | |
octave_value_list | Fcolamd (const octave_value_list &args, int nargout) |
octave_value_list | Fetree (const octave_value_list &args, int nargout) |
octave_value_list | Fsymamd (const octave_value_list &args, int nargout) |
octave_value_list Fcolamd | ( | const octave_value_list & | args, |
int | nargout | ||
) |
Definition at line 273 of file colamd.cc.
References A, Sparse< T, Alloc >::cols(), error(), Sparse< T, Alloc >::nnz(), Array< T, Alloc >::numel(), OCTAVE_LOCAL_BUFFER, octave_stdout, print_usage(), real(), Sparse< T, Alloc >::rows(), Sparse< T, Alloc >::xcidx(), and Sparse< T, Alloc >::xridx().
octave_value_list Fetree | ( | const octave_value_list & | args, |
int | nargout | ||
) |
Definition at line 671 of file colamd.cc.
References Sparse< T, Alloc >::cols(), error(), OCTAVE_LOCAL_BUFFER, print_usage(), Sparse< T, Alloc >::rows(), Sparse< T, Alloc >::xcidx(), and Sparse< T, Alloc >::xridx().
octave_value_list Fsymamd | ( | const octave_value_list & | args, |
int | nargout | ||
) |
Definition at line 517 of file colamd.cc.
References Sparse< T, Alloc >::cols(), err_square_matrix_required(), error(), free(), Array< T, Alloc >::numel(), OCTAVE_LOCAL_BUFFER, octave_stdout, print_usage(), real(), Sparse< T, Alloc >::rows(), to_suitesparse_intptr(), Sparse< T, Alloc >::xcidx(), and Sparse< T, Alloc >::xridx().