log liboctave/numeric/svd.h @ 22249:da201af35c97

age author description
Wed, 10 Aug 2016 09:09:41 +0200 Kai T. Ohlhus maint: properly include <vector> in svd classes.
Wed, 10 Aug 2016 03:56:38 +0100 Carnë Draug svd: use std::vector instead of Matrix when a std::vector is enough.
Tue, 09 Aug 2016 15:40:32 +0100 Carnë Draug liboctave/numeric/svd.h: remove unused #include <iosfwd>.
Tue, 09 Aug 2016 00:21:36 +0100 Carnë Draug svd: do not shadow member variables with local variables.
Thu, 04 Aug 2016 20:20:27 +0100 Carnë Draug svd: reduce code duplication with more use of template and macro.
Tue, 16 Feb 2016 14:41:06 -0500 John W. Eaton better use of templates for svd classes base liboctave/numeric/dbleSVD.h@20b9c61f6b6a