GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
sparse-util.h File Reference
#include "octave-config.h"
Include dependency graph for sparse-util.h:
This graph shows which files directly or indirectly include this file:

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,...)
 

Function Documentation

◆ sparse_indices_ok()

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 84 of file sparse-util.cc.

References c, and i.

Referenced by Sparse< T >::SparseRep::indices_ok().

◆ SparseCholError() [1/2]

OCTAVE_API void SparseCholError ( int  status,
char *  file,
int  line,
char *  message 
)

◆ SparseCholError() [2/2]

OCTAVE_API void SparseCholError ( int  status,
const char *  file,
int  line,
const char *  message 
)

Definition at line 67 of file sparse-util.cc.

References file, message(), and sparse_chol_error_internal().

◆ SparseCholPrint()

OCTAVE_API int SparseCholPrint ( const char *  fmt,
  ... 
)