#include "octave-config.h"
#include "oct-cmplx.h"
Go to the source code of this file.
◆ MAPPER_FCN_TYPEDEFS
#define MAPPER_FCN_TYPEDEFS 1 |
◆ b_c_Mapper
typedef bool(* b_c_Mapper) (const Complex &) |
◆ b_d_Mapper
typedef bool(* b_d_Mapper) (double) |
◆ b_f_Mapper
typedef bool(* b_f_Mapper) (float) |
◆ b_fc_Mapper
◆ c_c_Mapper
◆ d_c_Mapper
typedef double(* d_c_Mapper) (const Complex &) |
◆ d_d_Mapper
typedef double(* d_d_Mapper) (double) |
◆ f_f_Mapper
typedef float(* f_f_Mapper) (float) |
◆ f_fc_Mapper
◆ fc_fc_Mapper
◆ blas_trans_type
Enumerator |
---|
blas_no_trans | |
blas_trans | |
blas_conj_trans | |
Definition at line 108 of file mx-defs.h.
◆ get_blas_char()