GNU Octave  4.0.0
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 | Typedefs | Enumerations | Functions
mx-defs.h File Reference
#include "oct-cmplx.h"
Include dependency graph for mx-defs.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define MAPPER_FCN_TYPEDEFS   1
 

Typedefs

typedef bool(* b_c_Mapper )(const Complex &)
 
typedef bool(* b_d_Mapper )(double)
 
typedef bool(* b_f_Mapper )(float)
 
typedef bool(* b_fc_Mapper )(const FloatComplex &)
 
typedef Complex(* c_c_Mapper )(const Complex &)
 
typedef double(* d_c_Mapper )(const Complex &)
 
typedef double(* d_d_Mapper )(double)
 
typedef float(* f_f_Mapper )(float)
 
typedef float(* f_fc_Mapper )(const FloatComplex &)
 
typedef FloatComplex(* fc_fc_Mapper )(const FloatComplex &)
 

Enumerations

enum  blas_trans_type { blas_no_trans = 'N', blas_trans = 'T', blas_conj_trans = 'C' }
 

Functions

char get_blas_char (blas_trans_type transt)
 

Macro Definition Documentation

#define MAPPER_FCN_TYPEDEFS   1

Definition at line 112 of file mx-defs.h.

Typedef Documentation

typedef bool(* b_c_Mapper)(const Complex &)

Definition at line 115 of file mx-defs.h.

typedef bool(* b_d_Mapper)(double)

Definition at line 114 of file mx-defs.h.

typedef bool(* b_f_Mapper)(float)

Definition at line 121 of file mx-defs.h.

typedef bool(* b_fc_Mapper)(const FloatComplex &)

Definition at line 122 of file mx-defs.h.

typedef Complex(* c_c_Mapper)(const Complex &)

Definition at line 119 of file mx-defs.h.

typedef double(* d_c_Mapper)(const Complex &)

Definition at line 118 of file mx-defs.h.

typedef double(* d_d_Mapper)(double)

Definition at line 117 of file mx-defs.h.

typedef float(* f_f_Mapper)(float)

Definition at line 124 of file mx-defs.h.

typedef float(* f_fc_Mapper)(const FloatComplex &)

Definition at line 125 of file mx-defs.h.

typedef FloatComplex(* fc_fc_Mapper)(const FloatComplex &)

Definition at line 126 of file mx-defs.h.

Enumeration Type Documentation

Enumerator
blas_no_trans 
blas_trans 
blas_conj_trans 

Definition at line 128 of file mx-defs.h.

Function Documentation

char get_blas_char ( blas_trans_type  transt)
inline