Skip to content

Releases: michael-lehn/FLENS

FLENS-1.1.0

11 May 21:44
Compare
Choose a tag to compare
  • Added FLENS-LAPACK function (port of heev) for computing all eigenvalues and, optionally, eigenvectors of a complex Hermitian matrix.
  • Minor bugfixes.

FLENS-1.0.4

18 Apr 09:50
Compare
Choose a tag to compare
  • By default the LAPACK test suit triggered by 'make check' did not test non-symmetric eigenvalue problems.
  • In debug mode there was in some cases an assertion failure for real valued, non-symmetric eigenvalue problems.
  • The LAPACK test suit now tests larger eigenvalue problems

FLENS-1.0.3

15 Apr 19:41
Compare
Choose a tag to compare
v1.0.3

Minor bugfix:  A = conjugate(A) did not work for some stupid reason ...

FLENS-1.0.2

11 Apr 19:38
Compare
Choose a tag to compare

Minor bugfix. An assertion for a matrix assignment B=A was too restrictive in case that B was empty

FLENS-1.0.1

10 Apr 14:21
Compare
Choose a tag to compare

Minor change to the Makefile:
The Makefile is only needed for testing FLENS-LAPACK with Netlib's Lapack Testsuites. Building the Lapack test suites requires a Fortran compiler.

However, most user just want to use FLENS and therefore do not need that. Just include FLENS to your compile command, e.g.

g++ -Wall -std=c++11 -I /Users/lehn/work/FLENS tut01-page01-example.cc

FLENS is a header-only C++ library. So installing FLENS means simply copying it to a place it is accessible.

Yes, we have a release :-)

09 Apr 21:23
Compare
Choose a tag to compare
v1.0.0

Grrr, forgot to add a file