GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
mx-defs.h File Reference
#include "octave-config.h"
#include "mx-fwd.h"
#include "oct-cmplx.h"

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

◆ MAPPER_FCN_TYPEDEFS

#define MAPPER_FCN_TYPEDEFS   1

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

Typedef Documentation

◆ b_c_Mapper

typedef bool(* b_c_Mapper) (const Complex &)

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

◆ b_d_Mapper

typedef bool(* b_d_Mapper) (double)

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

◆ b_f_Mapper

typedef bool(* b_f_Mapper) (float)

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

◆ b_fc_Mapper

typedef bool(* b_fc_Mapper) (const FloatComplex &)

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

◆ c_c_Mapper

typedef Complex(* c_c_Mapper) (const Complex &)

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

◆ d_c_Mapper

typedef double(* d_c_Mapper) (const Complex &)

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

◆ d_d_Mapper

typedef double(* d_d_Mapper) (double)

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

◆ f_f_Mapper

typedef float(* f_f_Mapper) (float)

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

◆ f_fc_Mapper

typedef float(* f_fc_Mapper) (const FloatComplex &)

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

◆ fc_fc_Mapper

typedef FloatComplex(* fc_fc_Mapper) (const FloatComplex &)

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

Enumeration Type Documentation

◆ blas_trans_type

Enumerator
blas_no_trans 
blas_trans 
blas_conj_trans 

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

Function Documentation

◆ get_blas_char()

char get_blas_char ( blas_trans_type  transt)
inline

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