Spectra
1.1.0
Header-only C++ Library for Large Scale Eigenvalue Problems
Toggle main menu visibility
Main Page
Topics
Classes
Class List
Class Hierarchy
Class Members
All
c
d
e
g
h
i
l
n
o
p
r
s
u
~
Functions
c
d
e
g
h
i
l
n
o
p
r
s
u
~
Typedefs
Files
File List
▼
Spectra
►
Topics
►
Classes
▼
Files
▼
File List
▼
Spectra
►
MatOp
▼
Util
CompInfo.h
GEigsMode.h
SelectionRule.h
SimpleRandom.h
TypeTraits.h
Version.h
DavidsonSymEigsSolver.h
GenEigsBase.h
GenEigsComplexShiftSolver.h
GenEigsRealShiftSolver.h
GenEigsSolver.h
HermEigsBase.h
HermEigsSolver.h
JDSymEigsBase.h
SymEigsShiftSolver.h
SymEigsSolver.h
SymGEigsShiftSolver.h
SymGEigsSolver.h
•
All
Classes
Functions
Typedefs
Enumerations
Enumerator
Modules
Pages
Loading...
Searching...
No Matches
CompInfo.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_COMP_INFO_H
8
#define SPECTRA_COMP_INFO_H
9
10
namespace
Spectra {
11
17
enum class
CompInfo
18
{
19
Successful
,
20
21
NotComputed
,
24
25
NotConverging
,
28
29
NumericalIssue
32
};
17
enum class
CompInfo
{
…
};
33
34
}
// namespace Spectra
35
36
#endif
// SPECTRA_COMP_INFO_H
Spectra::CompInfo
CompInfo
Definition
CompInfo.h:18
Spectra::CompInfo::NotComputed
@ NotComputed
Definition
CompInfo.h:21
Spectra::CompInfo::Successful
@ Successful
Computation was successful.
Definition
CompInfo.h:19
Spectra::CompInfo::NumericalIssue
@ NumericalIssue
Definition
CompInfo.h:29
Spectra::CompInfo::NotConverging
@ NotConverging
Definition
CompInfo.h:25
Spectra
Util
CompInfo.h
Generated by
1.13.0