comparison src/ov-re-mat.h @ 5898:da843f35775c

[project @ 2006-07-19 18:18:08 by jwe]
author jwe
date Wed, 19 Jul 2006 18:18:31 +0000
parents b9c45e0cf685
children c20eb7330d13
comparison
equal deleted inserted replaced
5897:8545ec4d6e65 5898:da843f35775c
133 133
134 ComplexMatrix complex_matrix_value (bool = false) const; 134 ComplexMatrix complex_matrix_value (bool = false) const;
135 135
136 ComplexNDArray complex_array_value (bool = false) const; 136 ComplexNDArray complex_array_value (bool = false) const;
137 137
138 boolNDArray bool_array_value (void) const;
139
138 charNDArray char_array_value (bool = false) const; 140 charNDArray char_array_value (bool = false) const;
139 141
140 NDArray array_value (bool = false) const { return matrix; } 142 NDArray array_value (bool = false) const { return matrix; }
141 143
142 SparseMatrix sparse_matrix_value (bool = false) const; 144 SparseMatrix sparse_matrix_value (bool = false) const;