gtsam
3rdparty
Spectra
Util
CompInfo.h
Go to the documentation of this file.
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
,
22
25
NotConverging
,
26
29
NumericalIssue
30
};
33
34
}
// namespace Spectra
35
36
#endif // SPECTRA_COMP_INFO_H
Spectra::CompInfo::Successful
@ Successful
Computation was successful.
Spectra::CompInfo::NotConverging
@ NotConverging
Spectra::CompInfo
CompInfo
Definition:
CompInfo.h:17
Spectra::CompInfo::NumericalIssue
@ NumericalIssue
Spectra
Definition:
LOBPCGSolver.h:19
Spectra::CompInfo::NotComputed
@ NotComputed
gtsam
Author(s):
autogenerated on Wed May 28 2025 03:01:00