comparison src/ov-complex.h @ 5989:e049385342f6

[project @ 2006-09-14 02:10:46 by jwe]
author jwe
date Thu, 14 Sep 2006 02:10:46 +0000
parents 85c7dc4afe6b
children 2f357df626cb
comparison
equal deleted inserted replaced
5988:d9ce802628e6 5989:e049385342f6
102 102
103 Matrix matrix_value (bool = false) const; 103 Matrix matrix_value (bool = false) const;
104 104
105 NDArray array_value (bool = false) const; 105 NDArray array_value (bool = false) const;
106 106
107 SparseMatrix sparse_matrix_value (bool = false) const
108 { return SparseMatrix (matrix_value ()); }
109
110 SparseComplexMatrix sparse_complex_matrix_value (bool = false) const
111 { return SparseComplexMatrix (complex_matrix_value ()); }
112
107 octave_value resize (const dim_vector& dv, bool fill = false) const; 113 octave_value resize (const dim_vector& dv, bool fill = false) const;
108 114
109 Complex complex_value (bool = false) const; 115 Complex complex_value (bool = false) const;
110 116
111 ComplexMatrix complex_matrix_value (bool = false) const; 117 ComplexMatrix complex_matrix_value (bool = false) const;