GNU Octave 11.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 
Loading...
Searching...
No Matches
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
 

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)
 
 OCTAVE_DEPRECATED (11, "") typedef bool(*b_c_Mapper)(const Complex &)
 
 OCTAVE_DEPRECATED (11, "") typedef bool(*b_d_Mapper)(double)
 

Macro Definition Documentation

◆ MAPPER_FCN_TYPEDEFS

#define MAPPER_FCN_TYPEDEFS   1

Definition at line 63 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.

◆ OCTAVE_DEPRECATED() [1/2]

OCTAVE_DEPRECATED ( 11  ,
""   
) const &

◆ OCTAVE_DEPRECATED() [2/2]

OCTAVE_DEPRECATED ( 11  ,
""   
)