LAPACK++ is a C++ wrapper around CPU and GPU LAPACK and LAPACK-like linear algebra libraries, developed as part of the SLATE project.
BSD 3-Clause "New" or "Revised" License
51
stars
14
forks
source link
Add laev2 and lasr #65
Closed
mgates3 closed 5 months ago
Add routines:
laev2
for 2x2 Hermitian eigenvalue & vector problem. Depends on #64 for check_heev.lae2
for 2x2 Hermitian eigenvalue only problem.lasr
for applying a series of Givens rotations. These are all used insteqr2
.