Skip to content

v1.8.0

Latest
Compare
Choose a tag to compare
@kamarya kamarya released this 13 Mar 01:24
· 25 commits to master since this release
  • 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