Susa Versions Save

High Performance Computing (HPC) and Signal Processing Framework

v1.8.0

3 years ago
  • Following std::allocator pattern for memory management (refactoring memory manager)
  • Update the minimum C++ standard to 17
  • Add rank() function
  • Add to_complex() function
  • Refactor susa::fft
  • Add reshape() method to susa::matrix
  • Add Kronecker product function
  • Add output stream helper functions
  • Several bug fixes and documentation improvement
  • New unit tests

v1.4.0

4 years ago
  • LUP/LU matrix decomposition and linear equation solver
  • Convolutional Codes Encoder/Decoder refactoring
  • Convolutional Codes Encoder/Decoder unit tests
  • Documentation improvements
  • Improvements and new methods in matrix class

v1.3.0

5 years ago
  • Several bug fixes
  • Documentation improvements
  • Additional unit and functional tests

v1.2.0

5 years ago
  • Several bug fixes
  • Interface improvements
  • Documentation improvements
  • New test cases

v1.1.0

6 years ago
  • Performance improvements
  • Several bug fixes
  • New helper methods in matrix

v1.0.0

7 years ago
  • CMake build and Install
  • Bug fixes
  • Doxygen configuration files
  • Examples
  • New data type (multi dimensional array)
  • Unit tests