comparison src/ov-cx-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 5e0fe4c5d52f
comparison
equal deleted inserted replaced
2915:649549662cf6 2916:4e7bea116f24
110 110
111 bool is_empty (void) const { return (rows () == 0 && columns () == 0); } 111 bool is_empty (void) const { return (rows () == 0 && columns () == 0); }
112 112
113 double double_value (bool) const; 113 double double_value (bool) const;
114 114
115 double scalar_value (bool) const { return double_value (); }
116
115 Matrix matrix_value (bool = false) const; 117 Matrix matrix_value (bool = false) const;
116 118
117 Complex complex_value (bool = false) const; 119 Complex complex_value (bool = false) const;
118 120
119 ComplexMatrix complex_matrix_value (bool = false) const; 121 ComplexMatrix complex_matrix_value (bool = false) const;