gtsam
3rdparty
Spectra
Util
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
17
enum
GEIGS_MODE
18
{
19
GEIGS_CHOLESKY
= 0,
20
21
GEIGS_REGULAR_INVERSE
,
22
23
GEIGS_SHIFT_INVERT
,
24
25
GEIGS_BUCKLING
,
26
27
GEIGS_CAYLEY
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 Sat Nov 16 2024 04:02:19