#include <cinttypes>#include <cstdarg>#include <cstdio>#include "lo-error.h"#include "oct-sparse.h"#include "sparse-util.h"
Go to the source code of this file.
Functions | |
| static void | sparse_chol_error_internal (int status, const char *file, int line, const char *message) |
| bool | sparse_indices_ok (octave_idx_type *r, octave_idx_type *c, octave_idx_type nrows, octave_idx_type ncols, octave_idx_type nnz) |
| void | SparseCholError (int status, char *file, int line, char *message) |
| void | SparseCholError (int status, const char *file, int line, const char *message) |
| int | SparseCholPrint (const char *fmt,...) |
|
inlinestatic |
Definition at line 39 of file sparse-util.cc.
References message().
Referenced by SparseCholError().
| 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 87 of file sparse-util.cc.
References r.
Referenced by Sparse< T >::SparseRep::any_element_is_nan().
| void SparseCholError | ( | int | status, |
| char * | file, | ||
| int | line, | ||
| char * | message | ||
| ) |
Definition at line 64 of file sparse-util.cc.
References message(), and sparse_chol_error_internal().
Referenced by SparseComplexMatrix::fsolve(), SparseMatrix::fsolve(), Fsymbfact(), and sparse_chol< chol_type >::sparse_chol_rep< chol_type >::init().
| void SparseCholError | ( | int | status, |
| const char * | file, | ||
| int | line, | ||
| const char * | message | ||
| ) |
Definition at line 70 of file sparse-util.cc.
References message(), and sparse_chol_error_internal().
| int SparseCholPrint | ( | const char * | fmt, |
| ... | |||
| ) |
Definition at line 76 of file sparse-util.cc.
Referenced by SparseComplexMatrix::fsolve(), SparseMatrix::fsolve(), Fsymbfact(), and sparse_chol< chol_type >::sparse_chol_rep< chol_type >::init().