comparison src/ov-ch-mat.h @ 2974:ebbc34ff7f66

[project @ 1997-05-15 19:36:16 by jwe]
author jwe
date Thu, 15 May 1997 19:42:59 +0000
parents 4e7bea116f24
children fe2d1ae8926b
comparison
equal deleted inserted replaced
2973:ef3379196bcf 2974:ebbc34ff7f66
82 { allocator.free (p, size); } 82 { allocator.free (p, size); }
83 83
84 int rows (void) const { return matrix.rows (); } 84 int rows (void) const { return matrix.rows (); }
85 int columns (void) const { return matrix.columns (); } 85 int columns (void) const { return matrix.columns (); }
86 86
87 bool is_constant (void) const { return true; }
88
87 bool is_defined (void) const { return true; } 89 bool is_defined (void) const { return true; }
88 90
89 bool is_char_matrix (void) const { return true; } 91 bool is_char_matrix (void) const { return true; }
90 92
91 // XXX FIXME XXX 93 // XXX FIXME XXX