Navigation

Operators and Keywords

Function List:

C++ API

sparse-util.cc File Reference

#include <stdio.h>
#include <stdarg.h>
#include "lo-error.h"
#include "sparse-util.h"

Include dependency graph for sparse-util.cc:


Functions

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,...)
bool sparse_indices_ok (octave_idx_type *r, octave_idx_type *c, octave_idx_type nrows, octave_idx_type ncols, octave_idx_type nnz)

Function Documentation

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,
const char *  file,
int  line,
const char *  message 
)

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

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