Spectra 1.1.0
Header-only C++ Library for Large Scale Eigenvalue Problems
Loading...
Searching...
No Matches
GEigsMode.h
1// Copyright (C) 2016-2025 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 SPECTRA_GEIGS_MODE_H
8#define SPECTRA_GEIGS_MODE_H
9
10namespace Spectra {
11
25
26} // namespace Spectra
27
28#endif // SPECTRA_GEIGS_MODE_H
@ Buckling
Buckling mode for generalized eigenvalue solver.
Definition GEigsMode.h:22
@ RegularInverse
Regular inverse mode for generalized eigenvalue solver.
Definition GEigsMode.h:20
@ Cayley
Cayley transformation mode for generalized eigenvalue solver.
Definition GEigsMode.h:23
@ Cholesky
Using Cholesky decomposition to solve generalized eigenvalues.
Definition GEigsMode.h:19
@ ShiftInvert
Shift-and-invert mode for generalized eigenvalue solver.
Definition GEigsMode.h:21