#include "ovl.h"
#include "ov.h"
#include "ov-typeinfo.h"
#include "ov-complex.h"
#include "ov-flt-complex.h"
#include "ops.h"
#include "xpow.h"
#include "sparse-xpow.h"
#include "sparse-xdiv.h"
#include "ov-re-sparse.h"
#include "ov-cx-sparse.h"
#include "smx-sm-cs.h"
#include "smx-cs-sm.h"
Go to the source code of this file.
Functions | |
void | install_sm_cs_ops (octave::type_info &ti) |
void install_sm_cs_ops | ( | octave::type_info & | ti | ) |
Definition at line 127 of file op-sm-cs.cc.
References INSTALL_ASSIGNCONV_TI, INSTALL_BINOP_TI, INSTALL_CATOP_TI, op_add(), op_div(), op_el_and(), op_el_div(), op_el_ldiv(), op_el_mul(), op_el_or(), op_el_pow(), op_eq(), op_ge(), op_gt(), op_ldiv(), op_le(), op_lt(), op_mul(), op_ne(), op_pow(), op_sub(), and pow().
Referenced by install_ops().