Functions

sparse-util.h File Reference

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, const char *file, int line, const char *message)
OCTAVE_API void SparseCholError (int status, char *file, int line, char *message)
OCTAVE_API int SparseCholPrint (const char *fmt,...)

Function Documentation

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

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

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

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

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

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

References SparseCholError().

Referenced by SparseCholError().

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

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

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines