#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.
|
static |
Definition at line 159 of file colamd.cc.
References find(), link(), make_set(), and OCTAVE_LOCAL_BUFFER.
Referenced by Fcolamd(), Fetree(), and Fsymbfact().
|
static |
Definition at line 123 of file colamd.cc.
References etdfs(), and Faddeeva::w().
Referenced by etdfs(), and tree_postorder().
OCTAVE_EXPORT octave_value_list Fcolamd | ( | const octave_value_list & | args, |
int | nargout | ||
) |
Definition at line 273 of file colamd.cc.
References A, coletree(), Sparse< T, Alloc >::cols(), err_disabled_feature(), error(), Sparse< T, Alloc >::nnz(), Array< T, Alloc >::numel(), OCTAVE_LOCAL_BUFFER, octave_stdout, print_usage(), real(), Sparse< T, Alloc >::rows(), SparseMatrix, tree_postorder(), Sparse< T, Alloc >::xcidx(), and Sparse< T, Alloc >::xridx().
OCTAVE_EXPORT octave_value_list Fetree | ( | const octave_value_list & | args, |
int | nargout | ||
) |
Definition at line 671 of file colamd.cc.
References coletree(), Sparse< T, Alloc >::cols(), error(), OCTAVE_LOCAL_BUFFER, print_usage(), Sparse< T, Alloc >::rows(), symetree(), tree_postorder(), Sparse< T, Alloc >::xcidx(), and Sparse< T, Alloc >::xridx().
|
inlinestatic |
Definition at line 106 of file colamd.cc.
Referenced by coletree(), main(), and load_path::package_info::move().
OCTAVE_EXPORT 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_disabled_feature(), err_square_matrix_required(), error(), free(), Array< T, Alloc >::numel(), OCTAVE_LOCAL_BUFFER, octave_stdout, print_usage(), real(), Sparse< T, Alloc >::rows(), SparseMatrix, symetree(), octave::to_suitesparse_intptr(), tree_postorder(), Sparse< T, Alloc >::xcidx(), and Sparse< T, Alloc >::xridx().
|
inlinestatic |
Definition at line 99 of file colamd.cc.
Referenced by octave::documentation::documentation(), coletree(), Flink(), and octave_link_wrapper().
|
inlinestatic |
Definition at line 92 of file colamd.cc.
Referenced by coletree().
|
static |
Definition at line 54 of file colamd.cc.
References OCTAVE_LOCAL_BUFFER.
|
static |