diff liboctave/mx-ops @ 4964:269c3d6c0569

[project @ 2004-09-04 01:16:28 by jwe]
author jwe
date Sat, 04 Sep 2004 01:16:28 +0000
parents 7a3a480e8645
children 160365410ad4
line wrap: on
line diff
--- a/liboctave/mx-ops	Fri Sep 03 15:43:30 2004 +0000
+++ b/liboctave/mx-ops	Sat Sep 04 01:16:28 2004 +0000
@@ -9,6 +9,7 @@
 #   DM: diagonal matrix
 #   ND: N-d array
 #
+x NONE NONE NONE NO
 b bool S NONE NO
 bm boolMatrix ND boolMatrix.h YES
 bnda boolNDArray ND boolNDArray.h YES
@@ -26,12 +27,16 @@
 ui16 octave_uint16 S oct-inttypes.h YES
 i32 octave_int32 S oct-inttypes.h YES
 ui32 octave_uint32 S oct-inttypes.h YES
+i64 octave_int64 S oct-inttypes.h YES
+ui64 octave_uint64 S oct-inttypes.h YES
 i8nda int8NDArray ND int8NDArray.h YES
 ui8nda uint8NDArray ND uint8NDArray.h YES
 i16nda int16NDArray ND int16NDArray.h YES
 ui16nda uint16NDArray ND uint16NDArray.h YES
 i32nda int32NDArray ND int32NDArray.h YES
 ui32nda uint32NDArray ND uint32NDArray.h YES
+i64nda int64NDArray ND int64NDArray.h YES
+ui64nda uint64NDArray ND uint64NDArray.h YES
 # ops
 # result_t lhs_t rhs_t op-type lhs_conv rhs_conv zero_val headers ...
 #
@@ -71,6 +76,7 @@
 m dm s B
 m m dm B 0.0
 m s dm B
+#
 i8nda s i8nda BCL NONE NONE 0 boolMatrix.h boolNDArray.h
 i8nda i8nda s BCL NONE NONE 0 boolMatrix.h boolNDArray.h
 ui8nda s ui8nda BCL NONE NONE 0 boolMatrix.h boolNDArray.h
@@ -83,3 +89,233 @@
 i32nda i32nda s BCL NONE NONE 0 boolMatrix.h boolNDArray.h
 ui32nda s ui32nda BCL NONE NONE 0 boolMatrix.h boolNDArray.h
 ui32nda ui32nda s BCL NONE NONE 0 boolMatrix.h boolNDArray.h
+i64nda s i64nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+i64nda i64nda s CL NONE NONE 0 boolMatrix.h boolNDArray.h
+ui64nda s ui64nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+ui64nda ui64nda s CL NONE NONE 0 boolMatrix.h boolNDArray.h
+#
+x nda i8 CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x i8 nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x nda ui8 CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x ui8 nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x nda i16 CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x i16 nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x nda ui16 CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x ui16 nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x nda i32 CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x i32 nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x nda ui32 CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x ui32 nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x nda i64 CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x i64 nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x nda ui64 CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x ui64 nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+#
+x nda i8nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x i8nda nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x nda ui8nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x ui8nda nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x nda i16nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x i16nda nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x nda ui16nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x ui16nda nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x nda i32nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x i32nda nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x nda ui32nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x ui32nda nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x nda i64nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x i64nda nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x nda ui64nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x ui64nda nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+#
+x i8nda ui8 CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x i8nda i16 CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x i8nda ui16 CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x i8nda i32 CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x i8nda ui32 CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x i8nda i64 CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x i8nda ui64 CL NONE NONE 0 boolMatrix.h boolNDArray.h
+#
+x i16nda i8 CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x i16nda ui8 CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x i16nda ui16 CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x i16nda i32 CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x i16nda ui32 CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x i16nda i64 CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x i16nda ui64 CL NONE NONE 0 boolMatrix.h boolNDArray.h
+#
+x i32nda i8 CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x i32nda ui8 CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x i32nda i16 CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x i32nda ui16 CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x i32nda ui32 CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x i32nda i64 CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x i32nda ui64 CL NONE NONE 0 boolMatrix.h boolNDArray.h
+#
+x i64nda i8 CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x i64nda ui8 CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x i64nda i16 CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x i64nda ui16 CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x i64nda i32 CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x i64nda ui32 CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x i64nda ui64 CL NONE NONE 0 boolMatrix.h boolNDArray.h
+#
+x ui8nda i8 CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x ui8nda i16 CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x ui8nda ui16 CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x ui8nda i32 CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x ui8nda ui32 CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x ui8nda i64 CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x ui8nda ui64 CL NONE NONE 0 boolMatrix.h boolNDArray.h
+#
+x ui16nda i8 CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x ui16nda ui8 CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x ui16nda i16 CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x ui16nda i32 CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x ui16nda ui32 CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x ui16nda i64 CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x ui16nda ui64 CL NONE NONE 0 boolMatrix.h boolNDArray.h
+#
+x ui32nda i8 CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x ui32nda ui8 CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x ui32nda i16 CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x ui32nda ui16 CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x ui32nda i32 CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x ui32nda i64 CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x ui32nda ui64 CL NONE NONE 0 boolMatrix.h boolNDArray.h
+#
+x ui64nda i8 CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x ui64nda ui8 CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x ui64nda i16 CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x ui64nda ui16 CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x ui64nda i32 CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x ui64nda ui32 CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x ui64nda i64 CL NONE NONE 0 boolMatrix.h boolNDArray.h
+#
+x i8 ui8nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x i8 i16nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x i8 ui16nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x i8 i32nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x i8 ui32nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x i8 i64nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x i8 ui64nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+#
+x i16 i8nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x i16 ui8nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x i16 ui16nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x i16 i32nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x i16 ui32nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x i16 i64nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x i16 ui64nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+#
+x i32 i8nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x i32 ui8nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x i32 i16nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x i32 ui16nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x i32 ui32nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x i32 i64nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x i32 ui64nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+#
+x i64 i8nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x i64 ui8nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x i64 i16nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x i64 ui16nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x i64 i32nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x i64 ui32nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x i64 ui64nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+#
+x ui8 i8nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x ui8 i16nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x ui8 ui16nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x ui8 i32nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x ui8 ui32nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x ui8 i64nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x ui8 ui64nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+#
+x ui16 i8nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x ui16 ui8nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x ui16 i16nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x ui16 i32nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x ui16 ui32nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x ui16 i64nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x ui16 ui64nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+#
+x ui32 i8nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x ui32 ui8nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x ui32 i16nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x ui32 ui16nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x ui32 i32nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x ui32 i64nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x ui32 ui64nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+#
+x ui64 i8nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x ui64 ui8nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x ui64 i16nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x ui64 ui16nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x ui64 i32nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x ui64 ui32nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x ui64 i64nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+#
+x i8nda ui8nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x i8nda i16nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x i8nda ui16nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x i8nda i32nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x i8nda ui32nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x i8nda i64nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x i8nda ui64nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+#
+x i16nda i8nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x i16nda ui8nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x i16nda ui16nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x i16nda i32nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x i16nda ui32nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x i16nda i64nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x i16nda ui64nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+#
+x i32nda i8nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x i32nda ui8nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x i32nda i16nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x i32nda ui16nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x i32nda ui32nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x i32nda i64nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x i32nda ui64nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+#
+x i64nda i8nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x i64nda ui8nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x i64nda i16nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x i64nda ui16nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x i64nda i32nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x i64nda ui32nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x i64nda ui64nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+#
+x ui8nda i8nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x ui8nda i16nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x ui8nda ui16nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x ui8nda i32nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x ui8nda ui32nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x ui8nda i64nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x ui8nda ui64nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+#
+x ui16nda i8nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x ui16nda ui8nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x ui16nda i16nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x ui16nda i32nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x ui16nda ui32nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x ui16nda i64nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x ui16nda ui64nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+#
+x ui32nda i8nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x ui32nda ui8nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x ui32nda i16nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x ui32nda ui16nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x ui32nda i32nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x ui32nda i64nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x ui32nda ui64nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+#
+x ui64nda i8nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x ui64nda ui8nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x ui64nda i16nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x ui64nda ui16nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x ui64nda i32nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x ui64nda ui32nda CL NONE NONE 0 boolMatrix.h boolNDArray.h
+x ui64nda i64nda CL NONE NONE 0 boolMatrix.h boolNDArray.h