GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
ov-cx-sparse.cc File Reference
#include <iostream>
#include <limits>
#include <vector>
#include "lo-specfun.h"
#include "lo-mappers.h"
#include "oct-locbuf.h"
#include "mxarray.h"
#include "ov-base.h"
#include "ov-scalar.h"
#include "ov-complex.h"
#include "errwarn.h"
#include "oct-hdf5.h"
#include "ov-re-sparse.h"
#include "ov-cx-sparse.h"
#include "ov-base-sparse.h"
#include "ov-base-sparse.cc"
#include "ov-bool-sparse.h"
Include dependency graph for ov-cx-sparse.cc:

Go to the source code of this file.

Macros

#define ARRAY_MAPPER(UMAP, TYPE, FCN)
 
#define ARRAY_METHOD_MAPPER(UMAP, FCN)
 

Variables

template class OCTINTERP_API octave_base_sparse< SparseComplexMatrix >
 

Macro Definition Documentation

◆ ARRAY_MAPPER

#define ARRAY_MAPPER (   UMAP,
  TYPE,
  FCN 
)
Value:
case umap_ ## UMAP: \
return octave_value (matrix.map<TYPE> (FCN))
characters Given a string matrix
Definition: hex2num.cc:155
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_sparse_complex_matrix::map().

◆ ARRAY_METHOD_MAPPER

#define ARRAY_METHOD_MAPPER (   UMAP,
  FCN 
)
Value:
case umap_ ## UMAP: \
return octave_value (matrix.FCN ())
characters Given a string matrix
Definition: hex2num.cc:155
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_sparse_complex_matrix::map().

Variable Documentation

◆ octave_base_sparse< SparseComplexMatrix >

template class OCTINTERP_API octave_base_sparse< SparseComplexMatrix >

Definition at line 53 of file ov-cx-sparse.cc.