comparison src/ov-re-mat.h @ 2916:4e7bea116f24

[project @ 1997-04-30 20:56:31 by jwe]
author jwe
date Wed, 30 Apr 1997 20:57:48 +0000
parents e6d25bc478dd
children 56be458e237f
comparison
equal deleted inserted replaced
2915:649549662cf6 2916:4e7bea116f24
109 109
110 bool is_true (void) const; 110 bool is_true (void) const;
111 111
112 double double_value (bool = false) const; 112 double double_value (bool = false) const;
113 113
114 double scalar_value (bool = false) const { return double_value (); }
115
114 Matrix matrix_value (bool = false) const { return matrix; } 116 Matrix matrix_value (bool = false) const { return matrix; }
115 117
116 Complex complex_value (bool = false) const; 118 Complex complex_value (bool = false) const;
117 119
118 ComplexMatrix complex_matrix_value (bool = false) const { return matrix; } 120 ComplexMatrix complex_matrix_value (bool = false) const { return matrix; }