comparison liboctave/dColVector.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
45 } 45 }
46 46
47 /* 47 /*
48 * Column Vector class. 48 * Column Vector class.
49 */ 49 */
50
51 #define KLUDGE_VECTORS
52 #define TYPE double
53 #define KL_VEC_TYPE ColumnVector
54 #include "mx-kludge.cc"
55 #undef KLUDGE_VECTORS
56 #undef TYPE
57 #undef KL_VEC_TYPE
58 50
59 int 51 int
60 ColumnVector::operator == (const ColumnVector& a) const 52 ColumnVector::operator == (const ColumnVector& a) const
61 { 53 {
62 int len = length (); 54 int len = length ();