Navigation

Operators and Keywords

Function List:

C++ API

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.


Defines

#define octave_mx_defs_h   1
#define MAPPER_FCN_TYPEDEFS   1

Typedefs

typedef bool(* b_d_Mapper )(double)
typedef bool(* b_c_Mapper )(const Complex &)
typedef double(* d_d_Mapper )(double)
typedef double(* d_c_Mapper )(const Complex &)
typedef Complex(* c_c_Mapper )(const Complex &)
typedef bool(* b_f_Mapper )(float)
typedef bool(* b_fc_Mapper )(const FloatComplex &)
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)

Define Documentation

#define MAPPER_FCN_TYPEDEFS   1

#define octave_mx_defs_h   1


Typedef Documentation

typedef bool(* b_c_Mapper)(const Complex &)

typedef bool(* b_d_Mapper)(double)

typedef bool(* b_f_Mapper)(float)

typedef double(* d_c_Mapper)(const Complex &)

typedef double(* d_d_Mapper)(double)

typedef float(* f_f_Mapper)(float)


Enumeration Type Documentation

Enumerator:
blas_no_trans 
blas_trans 
blas_conj_trans 


Function Documentation

char get_blas_char ( blas_trans_type  transt  )  [inline]