![]() |
GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include <cstdlib>#include <string>#include "variables.h"#include "utils.h"#include "pager.h"#include "defun.h"#include "gripes.h"#include "quit.h"#include "unwind-prot.h"#include "ov-re-sparse.h"#include "ov-cx-sparse.h"#include "ov-bool-sparse.h"
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) |
| OCTAVE_EXPORT octave_value_list Fissparse | ( | const octave_value_list & | args, |
| int | |||
| ) |
Definition at line 49 of file sparse.cc.
References octave_value::is_sparse_type(), octave_value(), and print_usage().
| OCTAVE_EXPORT octave_value_list Fspalloc | ( | const octave_value_list & | args, |
| int | |||
| ) |
Definition at line 246 of file sparse.cc.
References error(), error_state, octave_value::length(), and print_usage().
| OCTAVE_EXPORT octave_value_list Fsparse | ( | const octave_value_list & | args, |
| int | |||
| ) |
Definition at line 104 of file sparse.cc.
References arg(), octave_value::array_value(), octave_value::bool_array_value(), octave_value::complex_array_value(), error(), error_state, gripe_wrong_type_arg(), octave_value::is_bool_type(), octave_value::is_complex_type(), octave_value::is_numeric_type(), octave_value::is_scalar_type(), octave_value::is_string(), octave_value::length(), octave_value::nzmax(), print_usage(), action_container::protect_var(), octave_value::sparse_bool_matrix_value(), octave_value::sparse_complex_matrix_value(), octave_value::sparse_matrix_value(), SparseComplexMatrix, and Vsparse_auto_mutate.
1.8.1.2