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 | Variables
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

#define ARRAY_MAPPER (   UMAP,
  TYPE,
  FCN 
)
Value:
case umap_ ## UMAP: \
return octave_value (matrix.map<TYPE> (FCN))
Definition: oct-parse.h:129
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
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().

#define ARRAY_METHOD_MAPPER (   UMAP,
  FCN 
)
Value:
case umap_ ## UMAP: \
return octave_value (matrix.FCN ())
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
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

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