# # ChangeLog for src/unittests/gslvectorunittest.hpp # # Generated by Trac 1.4.4 # Jan 19, 2025, 11:05:09 PM 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 ... 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 ...