|
GNU Octave
4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "defun-dld.h"#include "error.h"#include "gripes.h"#include "oct-obj.h"#include "utils.h"#include "oct-sparse.h"#include "ov-re-sparse.h"#include "ov-cx-sparse.h"#include "SparseQR.h"#include "SparseCmplxQR.h"
Go to the source code of this file.
Macros | |
| #define | CXSPARSE_NAME(name) cs_di ## name |
Functions | |
| static octave_value_list | dmperm_internal (bool rank, const octave_value arg, int nargout) |
| OCTAVE_EXPORT octave_value_list | Fdmperm (const octave_value_list &args, int nargout) |
| OCTAVE_EXPORT octave_value_list | Fsprank (const octave_value_list &args, int nargout) |
| C OCTAVE_EXPORT octave_function * | Gdmperm (const octave_shlib &shl, bool relative) |
| C OCTAVE_EXPORT octave_function * | Gsprank (const octave_shlib &shl, bool relative) |
| static RowVector | put_int (octave_idx_type *p, octave_idx_type n) |
| #define CXSPARSE_NAME | ( | name | ) | cs_di ## name |
Definition at line 43 of file dmperm.cc.
Referenced by dmperm_internal().
|
static |
Definition at line 57 of file dmperm.cc.
References octave_value::columns(), CXSPARSE_NAME, d, error_state, octave_value::is_real_type(), Sparse< T >::nnz(), Sparse< T >::nzmax(), put_int(), octave_value::rows(), octave_value::sparse_complex_matrix_value(), octave_value::sparse_matrix_value(), Sparse< T >::xcidx(), and Sparse< T >::xridx().
| OCTAVE_EXPORT octave_value_list Fdmperm | ( | const octave_value_list & | args, |
| int | nargout | ||
| ) |
| OCTAVE_EXPORT octave_value_list Fsprank | ( | const octave_value_list & | args, |
| int | nargout | ||
| ) |
| C OCTAVE_EXPORT octave_function* Gdmperm | ( | const octave_shlib & | shl, |
| bool | relative | ||
| ) |
Definition at line 156 of file dmperm.cc.
References dmperm_internal(), error(), and print_usage().
| C OCTAVE_EXPORT octave_function* Gsprank | ( | const octave_shlib & | shl, |
| bool | relative | ||
| ) |
Definition at line 205 of file dmperm.cc.
References dmperm_internal(), error(), and print_usage().
|
static |
Definition at line 47 of file dmperm.cc.
References Array< T >::xelem().
Referenced by dmperm_internal().
1.8.8