GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
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 "builtin-defun-decls.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).iscell())
 

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

◆ CELL_ELT_TAG

#define CELL_ELT_TAG   "<cell-element>"

◆ FORWARD_MAPPER

#define FORWARD_MAPPER (   UMAP)
Value:
case umap_ ## UMAP: \
return matrix.UMAP ()
characters Given a string matrix
Definition: hex2num.cc:155

Function Documentation

◆ Fcell()

OCTAVE_EXPORT octave_value_list Fcell ( const octave_value_list args,
int   
)

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

◆ Fiscell()

OCTAVE_EXPORT octave_value_list Fiscell ( const octave_value_list args,
int   
)

◆ ovl()

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

Variable Documentation

◆ arguments

cell array If invoked with two or more scalar integer arguments

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

◆ eealso

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 1241 of file ov-cell.cc.

◆ iscellstr

OCTAVE_EXPORT octave_value_list iscellstr

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

Referenced by Fcell2struct(), Fget(), for(), G__delaunayn__(), and Gconvhulln().

◆ values