comparison src/ov-float.h @ 8202:cf59d542f33e

replace all TODOs and XXXs with FIXMEs
author Jaroslav Hajek <highegg@gmail.com>
date Wed, 08 Oct 2008 20:00:25 +0200
parents 935be827eaf8
children f00578b495e9
comparison
equal deleted inserted replaced
8201:0ab4eed59455 8202:cf59d542f33e
157 { return FloatNDArray (dim_vector (1, 1), scalar); } 157 { return FloatNDArray (dim_vector (1, 1), scalar); }
158 158
159 SparseMatrix sparse_matrix_value (bool = false) const 159 SparseMatrix sparse_matrix_value (bool = false) const
160 { return SparseMatrix (Matrix (1, 1, scalar)); } 160 { return SparseMatrix (Matrix (1, 1, scalar)); }
161 161
162 // XXX FIXME XXX Need SparseComplexMatrix (Matrix) constructor!!! 162 // FIXME Need SparseComplexMatrix (Matrix) constructor!!!
163 SparseComplexMatrix sparse_complex_matrix_value (bool = false) const 163 SparseComplexMatrix sparse_complex_matrix_value (bool = false) const
164 { return SparseComplexMatrix (sparse_matrix_value ()); } 164 { return SparseComplexMatrix (sparse_matrix_value ()); }
165 165
166 octave_value resize (const dim_vector& dv, bool fill = false) const; 166 octave_value resize (const dim_vector& dv, bool fill = false) const;
167 167