Releases: michael-lehn/FLENS
Releases · michael-lehn/FLENS
FLENS-1.1.0
- 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
- 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
v1.0.3 Minor bugfix: A = conjugate(A) did not work for some stupid reason ...
FLENS-1.0.2
Minor bugfix. An assertion for a matrix assignment B=A was too restrictive in case that B was empty
FLENS-1.0.1
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 :-)
v1.0.0 Grrr, forgot to add a file