#include "gripes.h"
#include "oct-obj.h"
#include "ov.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-range.h"
#include "ov-bool.h"
#include "ov-bool-mat.h"
#include "ov-scalar.h"
#include "ov-float.h"
#include "ov-re-mat.h"
#include "ov-flt-re-mat.h"
#include "ov-str-mat.h"
#include "ov-typeinfo.h"
#include "op-int.h"
#include "ops.h"
Go to the source code of this file.
Functions | |
void | install_int_concat_ops (void) |
void install_int_concat_ops | ( | void | ) |
Definition at line 185 of file op-int-concat.cc.
References OCTAVE_INSTALL_CHAR_INT_CONCAT_FN, OCTAVE_INSTALL_CONCAT_FN2, OCTAVE_INSTALL_DOUBLE_INT_CONCAT_FN, OCTAVE_INSTALL_FLOAT_INT_CONCAT_FN, OCTAVE_INSTALL_INT_CHAR_CONCAT_FN, OCTAVE_INSTALL_INT_DOUBLE_CONCAT_FN, and OCTAVE_INSTALL_INT_FLOAT_CONCAT_FN.