Mercurial > hg > octave-nkf
comparison liboctave/Sparse-d.cc @ 6708:0ce71beb1cf3
[project @ 2007-06-13 06:40:48 by jwe]
author | jwe |
---|---|
date | Wed, 13 Jun 2007 06:40:49 +0000 |
parents | 4c8a2e4e0717 |
children | 93c65f2a5668 |
comparison
equal
deleted
inserted
replaced
6707:b7e71f0fc805 | 6708:0ce71beb1cf3 |
---|---|
27 // Instantiate Sparse matrix of double values. | 27 // Instantiate Sparse matrix of double values. |
28 | 28 |
29 #include "Sparse.h" | 29 #include "Sparse.h" |
30 #include "Sparse.cc" | 30 #include "Sparse.cc" |
31 | 31 |
32 INSTANTIATE_SPARSE_AND_ASSIGN (double); | 32 INSTANTIATE_SPARSE_AND_ASSIGN (double, OCTAVE_API); |
33 | 33 |
34 #if 0 | 34 #if 0 |
35 template std::ostream& operator << (std::ostream&, const Sparse<double>&); | 35 template std::ostream& operator << (std::ostream&, const Sparse<double>&); |
36 #endif | 36 #endif |
37 | 37 |