GNU Octave  4.2.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Macros | Functions
dmperm.cc File Reference
#include "defun-dld.h"
#include "error.h"
#include "errwarn.h"
#include "ovl.h"
#include "utils.h"
#include "oct-sparse.h"
#include "ov-re-sparse.h"
#include "ov-cx-sparse.h"
Include dependency graph for dmperm.cc:

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 &, int)
 
C OCTAVE_EXPORT octave_functionGdmperm (const octave::dynamic_library &shl, bool relative)
 
static RowVector put_int (octave_idx_type *p, octave_idx_type n)
 

Macro Definition Documentation

#define CXSPARSE_NAME (   name)    cs_di ## name

Definition at line 41 of file dmperm.cc.

Referenced by dmperm_internal().

Function Documentation

static octave_value_list dmperm_internal ( bool  rank,
const octave_value  arg,
int  nargout 
)
static
OCTAVE_EXPORT octave_value_list Fdmperm ( const octave_value_list ,
int   
)
C OCTAVE_EXPORT octave_function* Gdmperm ( const octave::dynamic_library shl,
bool  relative 
)

Definition at line 138 of file dmperm.cc.

References dmperm_internal(), err_disabled_feature(), nargout(), ovl(), and print_usage().

static RowVector put_int ( octave_idx_type p,
octave_idx_type  n 
)
static

Definition at line 47 of file dmperm.cc.

References Array< T >::xelem().

Referenced by dmperm_internal().