![]() |
GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "defun.h"#include "ov.h"#include "pager.h"#include "error.h"#include "gripes.h"#include "oct-spparms.h"
Go to the source code of this file.
Functions | |
| OCTAVE_EXPORT octave_value_list | Fspparms (const octave_value_list &args, int nargout) |
| OCTAVE_EXPORT octave_value_list Fspparms | ( | const octave_value_list & | args, |
| int | nargout | ||
| ) |
Definition at line 103 of file spparms.cc.
References octave_sparse_params::defaults(), error(), error_state, octave_sparse_params::get_key(), octave_sparse_params::get_keys(), octave_sparse_params::get_vals(), octave_value::is_string(), octave_value_list::length(), Array< T >::numel(), OCTAVE_SPARSE_CONTROLS_SIZE, octave_stdout, octave_sparse_params::print_info(), octave_sparse_params::set_key(), octave_sparse_params::set_vals(), octave_sparse_params::tight(), warning(), and xisnan().
1.8.1.2