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
Classes | Namespaces | Macros | Functions | Variables
ov-complex.cc File Reference
#include <iostream>
#include <sstream>
#include "lo-ieee.h"
#include "lo-specfun.h"
#include "lo-mappers.h"
#include "mxarray.h"
#include "ovl.h"
#include "oct-hdf5.h"
#include "oct-stream.h"
#include "ops.h"
#include "ov-complex.h"
#include "ov-flt-complex.h"
#include "ov-base.h"
#include "ov-base-scalar.h"
#include "ov-base-scalar.cc"
#include "ov-cx-mat.h"
#include "ov-scalar.h"
#include "errwarn.h"
#include "pr-output.h"
#include "ls-oct-text.h"
#include "ls-hdf5.h"
Include dependency graph for ov-complex.cc:

Go to the source code of this file.

Classes

class  octave::complex_index_exception
 

Namespaces

 octave
 Octave interface to the compression and uncompression libraries.
 

Macros

#define SCALAR_MAPPER(UMAP, FCN)
 

Functions

static octave_base_valuedefault_numeric_demotion_function (const octave_base_value &a)
 

Variables

template class OCTINTERP_API octave_base_scalar< double >
 
template class OCTINTERP_API octave_base_scalar< FloatComplex >
 

Macro Definition Documentation

#define SCALAR_MAPPER (   UMAP,
  FCN 
)
Value:
case umap_ ## UMAP: \
return octave_value (FCN (scalar))
nd group nd example oindent but is performed more efficiently If only and it is a scalar
Definition: data.cc:5342
Definition: oct-parse.h:129
return octave_value(v1.char_array_value().concat(v2.char_array_value(), ra_idx),((a1.is_sq_string()||a2.is_sq_string())? '\'': '"'))

Referenced by octave_complex::map().

Function Documentation

static octave_base_value* default_numeric_demotion_function ( const octave_base_value a)
static

Definition at line 91 of file ov-complex.cc.

References a, and octave_complex::float_complex_value().

Referenced by octave_complex::numeric_demotion_function().

Variable Documentation