GNU Octave  4.2.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
sparse-util.cc File Reference
#include <cstdarg>
#include <cstdio>
#include "lo-error.h"
#include "oct-sparse.h"
#include "sparse-util.h"
Include dependency graph for sparse-util.cc:

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

Function Documentation

static void sparse_chol_error_internal ( int  status,
const char *  file,
int  line,
const char *  message 
)
inlinestatic

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

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

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

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

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

References sparse_chol_error_internal().

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