Seldon Changelog

What's new in Seldon 5.1.2

Jul 11, 2011
  • Fixed a bug: the methods 'Read' and 'Write' did not work properly under MS
  • Windows because the streams were not opened with the option 'binary'.
  • Fixed a bug: 'MallocObject' could fail to deallocate or reallocate memory
  • under MS Windows because of alignment problems.
  • The method 'Fill(const T0& x)' for matrices was called instead of the
  • assignment operator which is not inherited in C++. This led to a compilation
  • error.
  • Set 'data_' to 'NULL' in 'Matrix_Base' copy constructor, so that the copy
  • constructors of all derived classes will be safe, even if they call the copy
  • constructor of 'Matrix_Base'.
  • Fixed a few error messages related to input/output operations.
  • The copy constructor of 'Matrix_Sparse' now calls that of 'Matrix_Base' in
  • order to avoid a compilation warning.
  • Added the prefix 'std::' to 'cout' and 'endl' in the preprocessor directives
  • ERR, DISP, DISPLAY and END.
  • 'Matrix_Pointers::Resize' does not perform a useless copy anymore when the
  • dimensions do not change.

New in Seldon 5.0 (May 24, 2009)

  • This version comes a long time after version 4.1, and with many changes. About 40,000 source lines of code were added.

New in Seldon 20050515 (Oct 24, 2008)

  • First step to a complete interface to Lapack.