comparison src/ov-cx-mat.h @ 5164:57077d0ddc8e

[project @ 2005-02-25 19:55:24 by jwe]
author jwe
date Fri, 25 Feb 2005 19:55:28 +0000
parents e35b034d3523
children 4c8a2e4e0717
comparison
equal deleted inserted replaced
5163:9f3299378193 5164:57077d0ddc8e
102 102
103 ComplexMatrix complex_matrix_value (bool = false) const; 103 ComplexMatrix complex_matrix_value (bool = false) const;
104 104
105 ComplexNDArray complex_array_value (bool = false) const { return matrix; } 105 ComplexNDArray complex_array_value (bool = false) const { return matrix; }
106 106
107 SparseMatrix sparse_matrix_value (bool = false) const;
108
109 SparseComplexMatrix sparse_complex_matrix_value (bool = false) const;
110
107 void increment (void) { matrix += Complex (1.0); } 111 void increment (void) { matrix += Complex (1.0); }
108 112
109 void decrement (void) { matrix -= Complex (1.0); } 113 void decrement (void) { matrix -= Complex (1.0); }
110 114
111 bool save_ascii (std::ostream& os, bool& infnan_warned, 115 bool save_ascii (std::ostream& os, bool& infnan_warned,