comparison liboctave/CMatrix.h @ 3573:6ae6f1180e62

[project @ 2000-02-04 09:01:59 by jwe]
author jwe
date Fri, 04 Feb 2000 09:02:04 +0000
parents 5eef8a2294bd
children 2923f52d8fda
comparison
equal deleted inserted replaced
3572:8d641545e006 3573:6ae6f1180e62
269 SM_BOOL_OP_DECLS (Complex, ComplexMatrix) 269 SM_BOOL_OP_DECLS (Complex, ComplexMatrix)
270 270
271 MM_CMP_OP_DECLS (ComplexMatrix, ComplexMatrix) 271 MM_CMP_OP_DECLS (ComplexMatrix, ComplexMatrix)
272 MM_BOOL_OP_DECLS (ComplexMatrix, ComplexMatrix) 272 MM_BOOL_OP_DECLS (ComplexMatrix, ComplexMatrix)
273 273
274 MARRAY_FORWARD_DEFS (MArray2, ComplexMatrix, Complex)
275
274 #endif 276 #endif
275 277
276 /* 278 /*
277 ;;; Local Variables: *** 279 ;;; Local Variables: ***
278 ;;; mode: C++ *** 280 ;;; mode: C++ ***