GNU Octave  6.2.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
sparse.cc File Reference
#include <cstdlib>
#include <string>
#include "variables.h"
#include "utils.h"
#include "pager.h"
#include "defun.h"
#include "errwarn.h"
#include "quit.h"
#include "unwind-prot.h"
#include "ov-re-sparse.h"
#include "ov-cx-sparse.h"
#include "ov-bool-sparse.h"
Include dependency graph for sparse.cc:

Go to the source code of this file.

Functions

OCTAVE_EXPORT octave_value_list Fissparse (const octave_value_list &args, int)
 
OCTAVE_EXPORT octave_value_list Fspalloc (const octave_value_list &args, int)
 
OCTAVE_EXPORT octave_value_list Fsparse (const octave_value_list &args, int)
 

Function Documentation

◆ Fissparse()

OCTAVE_EXPORT octave_value_list Fissparse ( const octave_value_list args,
int   
)

Definition at line 50 of file sparse.cc.

References ovl(), and print_usage().

◆ Fspalloc()

OCTAVE_EXPORT octave_value_list Fspalloc ( const octave_value_list args,
int   
)

Definition at line 289 of file sparse.cc.

References error(), m, n, ovl(), and print_usage().

◆ Fsparse()