GEigsMode.h
Go to the documentation of this file.
1 // Copyright (C) 2016-2019 Yixuan Qiu <yixuan.qiu@cos.name>
2 //
3 // This Source Code Form is subject to the terms of the Mozilla
4 // Public License v. 2.0. If a copy of the MPL was not distributed
5 // with this file, You can obtain one at https://mozilla.org/MPL/2.0/.
6 
7 #ifndef GEIGS_MODE_H
8 #define GEIGS_MODE_H
9 
10 namespace Spectra {
11 
18 {
20 
22 
24 
26 
28 };
29 
30 } // namespace Spectra
31 
32 #endif // GEIGS_MODE_H
Spectra::GEIGS_REGULAR_INVERSE
@ GEIGS_REGULAR_INVERSE
Regular inverse mode for generalized eigenvalue solver.
Definition: GEigsMode.h:21
Spectra::GEIGS_BUCKLING
@ GEIGS_BUCKLING
Buckling mode for generalized eigenvalue solver.
Definition: GEigsMode.h:25
Spectra::GEIGS_SHIFT_INVERT
@ GEIGS_SHIFT_INVERT
Shift-and-invert mode for generalized eigenvalue solver.
Definition: GEigsMode.h:23
Spectra::GEIGS_CHOLESKY
@ GEIGS_CHOLESKY
Using Cholesky decomposition to solve generalized eigenvalues.
Definition: GEigsMode.h:19
Spectra::GEIGS_CAYLEY
@ GEIGS_CAYLEY
Cayley transformation mode for generalized eigenvalue solver.
Definition: GEigsMode.h:27
Spectra
Definition: LOBPCGSolver.h:19
Spectra::GEIGS_MODE
GEIGS_MODE
Definition: GEigsMode.h:17


gtsam
Author(s):
autogenerated on Tue Jun 25 2024 03:00:54