GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#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) |
typedef bool(* b_fc_Mapper)(const FloatComplex &) |
typedef float(* f_fc_Mapper)(const FloatComplex &) |
typedef FloatComplex(* fc_fc_Mapper)(const FloatComplex &) |
enum blas_trans_type |
|
inline |
Definition at line 136 of file mx-defs.h.
Referenced by Matrix::ltsolve(), FloatMatrix::ltsolve(), ComplexMatrix::ltsolve(), FloatComplexMatrix::ltsolve(), Matrix::utsolve(), FloatMatrix::utsolve(), ComplexMatrix::utsolve(), and FloatComplexMatrix::utsolve().