GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "oct-inttypes.h"
Classes | |
class | cf |
class | ct |
class | eq |
class | ge |
class | gt |
class | le |
class | lt |
class | ne |
class | prom |
class | uiop |
Static Public Member Functions | |
template<class xop > | |
static OCTAVE_API bool | emulate_mop (double, int64_t) |
template<class xop > | |
static OCTAVE_API bool | emulate_mop (int64_t, double) |
template<class xop > | |
static OCTAVE_API bool | emulate_mop (double, uint64_t) |
template<class xop > | |
static OCTAVE_API bool | emulate_mop (uint64_t, double) |
template<class xop , class T > | |
static bool | mop (T x, double y) |
template<class xop , class T > | |
static bool | mop (double x, T y) |
template<class xop > | |
static bool | mop (double x, int64_t y) |
template<class xop > | |
static bool | mop (int64_t x, double y) |
template<class xop > | |
static bool | mop (double x, uint64_t y) |
template<class xop > | |
static bool | mop (uint64_t x, double y) |
template<class xop , class T1 , class T2 > | |
static bool | op (T1 x, T2 y) |
Definition at line 101 of file oct-inttypes.h.
Definition at line 269 of file oct-inttypes.cc.
References x.
Definition at line 261 of file oct-inttypes.cc.
References x.
Definition at line 194 of file oct-inttypes.cc.
Definition at line 169 of file oct-inttypes.h.
References op().
Definition at line 174 of file oct-inttypes.h.
References op().
Definition at line 248 of file oct-inttypes.h.
Definition at line 248 of file oct-inttypes.h.
Definition at line 249 of file oct-inttypes.h.
Definition at line 249 of file oct-inttypes.h.
|
inlinestatic |
Definition at line 156 of file oct-inttypes.h.
References x.
Referenced by emulate_mop(), and mop().