Mercurial > hg > octave-nkf
diff src/ov.h @ 6863:3c64128e621c
[project @ 2007-09-05 07:52:48 by dbateman]
author | dbateman |
---|---|
date | Wed, 05 Sep 2007 07:53:45 +0000 |
parents | 0ee6bda23b87 |
children | 83619ae96c1d |
line wrap: on
line diff
--- a/src/ov.h +++ b/src/ov.h @@ -192,8 +192,10 @@ octave_value (const ArrayN<char>& chnda, bool is_string = false, char type = '"'); octave_value (const SparseMatrix& m, const MatrixType& t = MatrixType ()); + octave_value (const Sparse<double>& m, const MatrixType& t = MatrixType ()); octave_value (const SparseComplexMatrix& m, const MatrixType& t = MatrixType ()); + octave_value (const Sparse<Complex>& m, const MatrixType& t = MatrixType ()); octave_value (const SparseBoolMatrix& bm, const MatrixType& t = MatrixType ()); octave_value (const octave_int8& i);