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 | Variables
ov-cell.cc File Reference
#include <iomanip>
#include <iostream>
#include <sstream>
#include <vector>
#include <queue>
#include "Array-util.h"
#include "byte-swap.h"
#include "lo-utils.h"
#include "quit.h"
#include "oct-locbuf.h"
#include "defun.h"
#include "error.h"
#include "mxarray.h"
#include "ov-cell.h"
#include "ovl.h"
#include "oct-hdf5.h"
#include "unwind-prot.h"
#include "utils.h"
#include "ov-base-mat.h"
#include "ov-base-mat.cc"
#include "ov-re-mat.h"
#include "ov-scalar.h"
#include "pr-output.h"
#include "errwarn.h"
#include "ls-oct-text.h"
#include "ls-oct-binary.h"
#include "ls-hdf5.h"
#include "ls-utils.h"
Include dependency graph for ov-cell.cc:

Go to the source code of this file.

Macros

#define CELL_ELT_TAG   "<cell-element>"
 
#define FORWARD_MAPPER(UMAP)
 

Functions

OCTAVE_EXPORT octave_value_list Fcell (const octave_value_list &args, int) return a square ospell
 
OCTAVE_EXPORT octave_value_list Fiscell (const octave_value_list &args, int) isstruct
 
OCTAVE_EXPORT
octave_value_list isa nd
deftypefn *return 
ovl (args(0).is_cell())
 

Variables

cell array If invoked with two
or more scalar integer 
arguments
 
cell array If invoked with two
or more scalar integer or a
vector of integer return an
array with the given
dimensions 
eealso
 
OCTAVE_EXPORT octave_value_list iscellstr
 
cell array If invoked with two
or more scalar integer or a
vector of integer 
values
 

Macro Definition Documentation

#define CELL_ELT_TAG   "<cell-element>"
#define FORWARD_MAPPER (   UMAP)
Value:
case umap_ ## UMAP: \
return matrix.UMAP ()
the sparsity preserving column transformation such that that defines the pivoting threshold can be given in which case it defines the then the first element defines the pivoting tolerance for the unsymmetric the values defined such that for full matrix
Definition: lu.cc:138

Function Documentation

OCTAVE_EXPORT octave_value_list Fcell ( const octave_value_list args,
int   
)

Definition at line 1205 of file ov-cell.cc.

Referenced by install_ov_cell_fcns().

OCTAVE_EXPORT octave_value_list Fiscell ( const octave_value_list args,
int   
)

Referenced by install_ov_cell_fcns().

OCTAVE_EXPORT octave_value_list isa nd deftypefn* return ovl ( args(0).is_cell()  )

Variable Documentation

cell array If invoked with two or more scalar integer arguments

Definition at line 1205 of file ov-cell.cc.

cell array If invoked with two or more scalar integer or a vector of integer return an array with the given dimensions eealso

Definition at line 1205 of file ov-cell.cc.

OCTAVE_EXPORT octave_value_list iscellstr

Definition at line 1184 of file ov-cell.cc.

cell array If invoked with two or more scalar integer or a vector of integer values