Skip to content

Commit 1b27fb3

Browse files
committed
document the change
1 parent 9261064 commit 1b27fb3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

AUTHORS.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,17 @@ The files
22

33
- `include/Spectra/LinAlg/TridiagEigen.h`
44
- `include/Spectra/LinAlg/UpperHessenbergEigen.h`
5+
- `include/Spectra/LinAlg/UpperHessenbergSchur.h`
56

67
were adapted from
78

89
- `Eigen/src/Eigenvaleus/SelfAdjointEigenSolver.h`
910
- `Eigen/src/Eigenvaleus/EigenSolver.h`
11+
- `Eigen/src/Eigenvaleus/RealSchur.h`
1012

1113
in the [Eigen](http://eigen.tuxfamily.org/) library.
1214

13-
The authors for these two files were Gael Guennebaud <[email protected]>
15+
The authors for these three files were Gael Guennebaud <[email protected]>
1416
and Jitse Niesen <[email protected]>.
1517

1618
The file `include/contrib/LOBPCGSolver.h` was originally contributed by Anna Araslanova.

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
- Added the `SymGEigsShiftSolver` class for symmetric generalized eigen solver with real shifts
77
- Added the wrapper class `SymShiftInvert` that can be used with `SymGEigsShiftSolver`
88
- Added test code for symmetric generalized eigen solver with real shifts
9+
- Added an internal class `UpperHessenbergSchur` to compute the Schur decomposition of
10+
upper Hessenberg matrices more efficiently
911
- Added a `Flags` template parameter to every matrix operation class
1012
(e.g. `DenseCholesky` and `DenseSymMatProd`), whose possible values are `Eigen::ColMajor`
1113
and `Eigen::RowMajor`. This parameter allows these wrapper classes to handle row-major matrices.

0 commit comments

Comments
 (0)