comparison liboctave/dRowVector.cc @ 1214:0bf4d2b7def4

[project @ 1995-04-06 02:33:59 by jwe]
author jwe
date Thu, 06 Apr 1995 02:35:53 +0000
parents 8302fab9fe24
children 97eac19837dc
comparison
equal deleted inserted replaced
1213:9689615b34f2 1214:0bf4d2b7def4
48 } 48 }
49 49
50 /* 50 /*
51 * Row Vector class. 51 * Row Vector class.
52 */ 52 */
53
54 #define KLUDGE_VECTORS
55 #define TYPE double
56 #define KL_VEC_TYPE RowVector
57 #include "mx-kludge.cc"
58 #undef KLUDGE_VECTORS
59 #undef TYPE
60 #undef KL_VEC_TYPE
61 53
62 int 54 int
63 RowVector::operator == (const RowVector& a) const 55 RowVector::operator == (const RowVector& a) const
64 { 56 {
65 int len = length (); 57 int len = length ();