#include "gripes.h"
#include "oct-obj.h"
#include "ov.h"
#include "ov-cell.h"
#include "ov-scalar.h"
#include "ov-re-mat.h"
#include "ov-typeinfo.h"
#include "ov-null-mat.h"
#include "ops.h"
Go to the source code of this file.
Functions | |
DEFASSIGNANYOP_FN (assign, cell, assign) | |
DEFUNOP (transpose, cell) | |
void | install_cell_ops (void) |
DEFASSIGNANYOP_FN | ( | assign | , | |
cell | , | |||
assign | ||||
) |
DEFUNOP | ( | transpose | , | |
cell | ||||
) |
Definition at line 39 of file op-cell.cc.
References CAST_UNOP_ARG, error(), and octave_value().
void install_cell_ops | ( | void | ) |
Definition at line 59 of file op-cell.cc.
References INSTALL_ASSIGNANYOP, INSTALL_ASSIGNOP, INSTALL_CATOP, INSTALL_UNOP, and transpose().