Mercurial > hg > octave-lyh
diff liboctave/SparsedbleCHOL.h @ 6108:143b556ce725
[project @ 2006-10-27 01:45:54 by jwe]
author | jwe |
---|---|
date | Fri, 27 Oct 2006 01:45:56 +0000 |
parents | b4cfbb0ec8c4 |
children | 93c65f2a5668 |
line wrap: on
line diff
--- a/liboctave/SparsedbleCHOL.h +++ b/liboctave/SparsedbleCHOL.h @@ -27,6 +27,7 @@ #include "dSparse.h" class +OCTAVE_API SparseCHOL : public sparse_base_chol <SparseMatrix, double, SparseMatrix> { public: @@ -79,7 +80,7 @@ inverse (); } }; -SparseMatrix chol2inv (const SparseMatrix& r); +SparseMatrix OCTAVE_API chol2inv (const SparseMatrix& r); #endif