Skip to content

Releases: mpimd-csc/mepack

Release 1.1.1

26 Jan 12:06
Compare
Choose a tag to compare

Bugfix release in the 1.1.x branch.

  • Enable Windows building with MingW
  • Enable mex files for Windows with MingW
  • Fix compilation error in the examples/ folder, see GH #2
  • Fix Hessenberg-Triangular Detection in MATLAB/Octave interfaces

Full Changelog: v1.1.0...v1.1.1

Release 1.1.0

18 Oct 12:19
Compare
Choose a tag to compare

Changelog:

  • Changed default block size for level-2 code from 32 to 64
  • Add routines to compute the relative residual
  • Fix mepack.pc package config file
  • Fix OpenMP settings while configuring
  • Fix wrong block size setting in examples/triangular/benchmark_trsylv.c
  • Standard Equation solvers now allow Hessenberg coefficient matrices on input
  • Add version script
  • Fix: Error in computing workspace for D/SLA_TRSYLV_LEVEL3_2S
  • Fix: Working with Intel ifx / OneAPI
  • Fix: D/SLA_TCGSYLV_L2 wrong results in the (T,T) case
  • Fix: mepack_memory: wrong results if M or N = 0
  • Fix: mepack_memory_frontend: wrong results if M or N = 0
  • MATLAB/Octave checks for Hessenberg (Triangular) Matrix automatically.

Full Changelog: v1.0.5...v1.1.0