comparison src/OPERATORS/op-s-s.cc @ 4977:3736fb91aa2d

[project @ 2004-09-08 21:07:54 by jwe]
author jwe
date Wed, 08 Sep 2004 21:07:54 +0000
parents c0d8e8afa82f
children 57077d0ddc8e
comparison
equal deleted inserted replaced
4976:bfcd251499b2 4977:3736fb91aa2d
123 123
124 void 124 void
125 install_s_s_ops (void) 125 install_s_s_ops (void)
126 { 126 {
127 INSTALL_UNOP (op_not, octave_scalar, not); 127 INSTALL_UNOP (op_not, octave_scalar, not);
128 INSTALL_UNOP (op_uplus, octave_scalar, uplus);
128 INSTALL_UNOP (op_uminus, octave_scalar, uminus); 129 INSTALL_UNOP (op_uminus, octave_scalar, uminus);
129 INSTALL_UNOP (op_transpose, octave_scalar, transpose); 130 INSTALL_UNOP (op_transpose, octave_scalar, transpose);
130 INSTALL_UNOP (op_hermitian, octave_scalar, hermitian); 131 INSTALL_UNOP (op_hermitian, octave_scalar, hermitian);
131 132
132 INSTALL_NCUNOP (op_incr, octave_scalar, incr); 133 INSTALL_NCUNOP (op_incr, octave_scalar, incr);