Skip to content

Release 1.1.0

Compare
Choose a tag to compare
@grisuthedragon grisuthedragon released this 18 Oct 12:19
· 2 commits to master since this release

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