comparison src/ov-re-mat.h @ 4758:a308566c8b42

[project @ 2004-02-13 23:01:34 by jwe]
author jwe
date Fri, 13 Feb 2004 23:01:34 +0000
parents 5e2c68946f30
children 62f2fb593455
comparison
equal deleted inserted replaced
4757:c48180a45d34 4758:a308566c8b42
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; 104 ComplexNDArray complex_array_value (bool = false) const;
105 105
106 charNDArray char_array_value (bool = false) const;
107
106 NDArray array_value (bool = false) const { return matrix; } 108 NDArray array_value (bool = false) const { return matrix; }
107 109
108 streamoff_array streamoff_array_value (void) const; 110 streamoff_array streamoff_array_value (void) const;
109 111
110 void increment (void) { matrix += 1.0; } 112 void increment (void) { matrix += 1.0; }