comparison src/ov-re-mat.h @ 4699:5e2c68946f30

[project @ 2004-01-20 23:04:46 by jwe]
author jwe
date Tue, 20 Jan 2004 23:04:47 +0000
parents e95c86d48732
children a308566c8b42
comparison
equal deleted inserted replaced
4698:737fd5c0ae06 4699:5e2c68946f30
99 99
100 Complex complex_value (bool = false) const; 100 Complex complex_value (bool = false) const;
101 101
102 ComplexMatrix complex_matrix_value (bool = false) const; 102 ComplexMatrix complex_matrix_value (bool = false) const;
103 103
104 ComplexNDArray complex_array_value (bool = false) const;
105
104 NDArray array_value (bool = false) const { return matrix; } 106 NDArray array_value (bool = false) const { return matrix; }
105 107
106 streamoff_array streamoff_array_value (void) const; 108 streamoff_array streamoff_array_value (void) const;
107 109
108 void increment (void) { matrix += 1.0; } 110 void increment (void) { matrix += 1.0; }