GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
Go to the source code of this file.
Functions | |
OCTAVE_API bool | sparse_indices_ok (octave_idx_type *r, octave_idx_type *c, octave_idx_type nrows, octave_idx_type ncols, octave_idx_type nnz) |
OCTAVE_API void | SparseCholError (int status, char *file, int line, char *message) |
OCTAVE_API void | SparseCholError (int status, const char *file, int line, const char *message) |
OCTAVE_API int | SparseCholPrint (const char *fmt,...) |
OCTAVE_API bool sparse_indices_ok | ( | octave_idx_type * | r, |
octave_idx_type * | c, | ||
octave_idx_type | nrows, | ||
octave_idx_type | ncols, | ||
octave_idx_type | nnz | ||
) |
Definition at line 73 of file sparse-util.cc.
Referenced by Sparse< T >::SparseRep::indices_ok().
Definition at line 39 of file sparse-util.cc.
References SparseCholError().
Referenced by DEFUN_DLD(), SparseMatrix::fsolve(), SparseComplexMatrix::fsolve(), sparse_base_chol< chol_type, chol_elt, p_type >::sparse_base_chol_rep::init(), and SparseCholError().
Definition at line 45 of file sparse-util.cc.
References message().
Definition at line 60 of file sparse-util.cc.
Referenced by DEFUN_DLD(), SparseMatrix::fsolve(), SparseComplexMatrix::fsolve(), and sparse_base_chol< chol_type, chol_elt, p_type >::sparse_base_chol_rep::init().