GNU Octave 10.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 
Loading...
Searching...
No Matches
op-b-b.cc File Reference
#include "errwarn.h"
#include "ovl.h"
#include "ov.h"
#include "ov-bool.h"
#include "ov-bool-mat.h"
#include "ov-scalar.h"
#include "ov-re-mat.h"
#include "ov-complex.h"
#include "ov-cx-mat.h"
#include "ov-float.h"
#include "ov-flt-re-mat.h"
#include "ov-flt-complex.h"
#include "ov-flt-cx-mat.h"
#include "ov-int8.h"
#include "ov-int16.h"
#include "ov-int32.h"
#include "ov-int64.h"
#include "ov-uint8.h"
#include "ov-uint16.h"
#include "ov-uint32.h"
#include "ov-uint64.h"
#include "ov-null-mat.h"
#include "ov-typeinfo.h"
#include "ops.h"
#include "xdiv.h"
#include "xpow.h"

Go to the source code of this file.

Macros

#define OCTAVE_INSTALL_BOOL_INT_ASSIGNCONV(TRHS)
 

Functions

void install_b_b_ops (octave::type_info &ti)
 

Macro Definition Documentation

◆ OCTAVE_INSTALL_BOOL_INT_ASSIGNCONV

#define OCTAVE_INSTALL_BOOL_INT_ASSIGNCONV (   TRHS)
Value:
INSTALL_ASSIGNCONV_TI (ti, octave_bool, octave_ ## TRHS ## _scalar, octave_bool_matrix) \
INSTALL_ASSIGNCONV_TI (ti, octave_bool, octave_ ## TRHS ## _matrix, octave_bool_matrix)
#define INSTALL_ASSIGNCONV_TI(ti, t1, t2, tr)
Definition ops.h:88

Definition at line 95 of file op-b-b.cc.

Function Documentation

◆ install_b_b_ops()