#include <stdio.h>
#include <stdarg.h>
#include "lo-error.h"
#include "sparse-util.h"
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) |
bool sparse_indices_ok | ( | octave_idx_type * | r, | |
octave_idx_type * | c, | |||
octave_idx_type | nrows, | |||
octave_idx_type | ncols, | |||
octave_idx_type | nnz | |||
) |