Mercurial > hg > octave-nkf
comparison liboctave/mx-kludge.cc @ 1210:dc7a13bed722
[project @ 1995-04-04 19:25:10 by jwe]
author | jwe |
---|---|
date | Tue, 04 Apr 1995 19:25:21 +0000 |
parents | f2ba3aa8e40b |
children | 611d403c7f3d |
comparison
equal
deleted
inserted
replaced
1209:f2ba3aa8e40b | 1210:dc7a13bed722 |
---|---|
283 return KL_DMAT_TYPE (result, a.rows (), a.cols ()); | 283 return KL_DMAT_TYPE (result, a.rows (), a.cols ()); |
284 } | 284 } |
285 | 285 |
286 #endif | 286 #endif |
287 | 287 |
288 #undef DO_VS_OP | |
288 #undef DO_SV_OP | 289 #undef DO_SV_OP |
289 #undef DO_VS_OP | |
290 #undef DO_VV_OP | 290 #undef DO_VV_OP |
291 #undef NEG_V | 291 #undef NEG_V |
292 #undef KL_VS_OP | |
293 #undef KL_SV_OP | |
294 #undef KL_VV_OP | |
295 #undef KL_MS_OP | |
296 #undef KL_SM_OP | |
297 #undef KL_MM_OP | |
298 #undef KL_DMS_OP | |
299 #undef KL_SDM_OP | |
300 #undef KL_DMDM_OP | |
292 | 301 |
293 /* | 302 /* |
294 ;;; Local Variables: *** | 303 ;;; Local Variables: *** |
295 ;;; mode: C++ *** | 304 ;;; mode: C++ *** |
296 ;;; page-delimiter: "^/\\*" *** | 305 ;;; page-delimiter: "^/\\*" *** |