#include <cstdlib>#include "CSparse.h"#include "Sparse.h"#include "dNDArray.h"#include "oct-locbuf.h"#include "oct-sparse.h"#include "defun.h"#include "error.h"#include "errwarn.h"#include "ov.h"#include "pager.h"
Go to the source code of this file.
Functions | |
| OCTAVE_EXPORT octave_value_list | Fccolamd (const octave_value_list &args, int nargout) |
| OCTAVE_EXPORT octave_value_list | Fcsymamd (const octave_value_list &args, int nargout) |
| OCTAVE_EXPORT octave_value_list Fccolamd | ( | const octave_value_list & | args, |
| int | nargout | ||
| ) |
Definition at line 139 of file ccolamd.cc.
References A, CCOLAMD_NAME, 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, Sparse< T, Alloc >::xcidx(), and Sparse< T, Alloc >::xridx().
| OCTAVE_EXPORT octave_value_list Fcsymamd | ( | const octave_value_list & | args, |
| int | nargout | ||
| ) |
Definition at line 406 of file ccolamd.cc.
References CCOLAMD_NAME, Sparse< T, Alloc >::cols(), CSYMAMD_NAME, 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, to_suitesparse_intptr(), Sparse< T, Alloc >::xcidx(), and Sparse< T, Alloc >::xridx().