# # ChangeLog for src/gslvector.hpp # # Generated by Trac 1.4.4 # Dec 27, 2024, 7:41:53 AM Mon, 01 Mar 2010 20:28:00 GMT Frederik Heber [b11d3b] * src/gslvector.cpp (modified) * src/gslvector.hpp (modified) * src/unittests/gslvectorunittest.cpp (modified) * src/unittests/gslvectorunittest.hpp (modified) Added operators and state checkers to GSLVector. - added operators ... Sun, 10 Jan 2010 19:09:56 GMT Frederik Heber [1f61b6] * src/gslmatrix.hpp (modified) * src/gslvector.hpp (modified) * src/linearsystemofequations.hpp (modified) Inclusion of config.h was missing. This caused a bug with GSL's ... Fri, 08 Jan 2010 17:44:51 GMT Frederik Heber [9fb860] * src/Makefile.am (modified) * src/gslvector.cpp (added) * src/gslvector.hpp (added) * src/unittests/Makefile.am (modified) * src/unittests/gslvectorunittest.cpp (added) * src/unittests/gslvectorunittest.hpp (added) Wrapper class for gsl_vector along with working Unit test. - new ...