gtsam
3rdparty
Spectra
Util
CompInfo.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 COMP_INFO_H
8
#define COMP_INFO_H
9
10
namespace
Spectra
{
11
17
enum
COMPUTATION_INFO
18
{
19
SUCCESSFUL
= 0,
20
21
NOT_COMPUTED
,
22
25
NOT_CONVERGING
,
26
29
NUMERICAL_ISSUE
30
};
32
33
}
// namespace Spectra
34
35
#endif // COMP_INFO_H
Spectra::NOT_COMPUTED
Definition:
CompInfo.h:21
Spectra::COMPUTATION_INFO
COMPUTATION_INFO
Definition:
CompInfo.h:17
Spectra::SUCCESSFUL
Computation was successful.
Definition:
CompInfo.h:19
Spectra
Definition:
LOBPCGSolver.h:19
Spectra::NOT_CONVERGING
Definition:
CompInfo.h:25
Spectra::NUMERICAL_ISSUE
Definition:
CompInfo.h:29
gtsam
Author(s):
autogenerated on Tue Jul 4 2023 02:34:02