Main Page
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
b
c
d
e
f
g
i
l
m
n
p
q
r
s
t
u
v
w
x
y
+
Functions
_
a
c
d
e
f
g
i
m
n
p
r
s
t
u
+
Variables
_
a
b
c
d
e
i
l
m
n
p
q
r
s
t
v
w
x
y
+
Classes
Class List
Class Hierarchy
+
Class Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
v
w
x
y
~
+
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
w
~
+
Variables
b
c
d
e
f
i
j
l
m
n
o
p
s
t
v
w
x
y
+
Typedefs
_
a
b
c
d
e
f
i
k
l
m
n
p
q
r
s
t
v
Enumerator
Related Functions
+
Files
File List
+
File Members
+
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
z
+
Functions
a
b
c
e
f
g
i
l
m
n
p
r
s
t
v
z
+
Variables
a
b
c
d
e
f
g
h
i
k
l
m
o
p
r
s
t
u
v
+
Macros
_
b
e
n
p
include
eigenpy
computation-info.hpp
Go to the documentation of this file.
1
/*
2
* Copyright 2020 INRIA
3
*/
4
5
#ifndef __eigenpy_decompositions_computation_info_hpp__
6
#define __eigenpy_decompositions_computation_info_hpp__
7
8
#include "
eigenpy/fwd.hpp
"
9
10
namespace
eigenpy
{
11
inline
void
exposeComputationInfo
() {
12
boost::python::enum_<Eigen::ComputationInfo>(
"ComputationInfo"
)
13
.
value
(
"Success"
, Eigen::Success)
14
.value(
"NumericalIssue"
, Eigen::NumericalIssue)
15
.value(
"NoConvergence"
, Eigen::NoConvergence)
16
.value(
"InvalidInput"
, Eigen::InvalidInput);
17
}
18
}
// namespace eigenpy
19
20
#endif // define __eigenpy_decompositions_computation_info_hpp__
eigenpy::exposeComputationInfo
void exposeComputationInfo()
Definition:
computation-info.hpp:11
fwd.hpp
eigenpy
Definition:
alignment.hpp:14
test_matrix.value
float value
Definition:
test_matrix.py:161
eigenpy
Author(s): Justin Carpentier, Nicolas Mansard
autogenerated on Fri Jun 2 2023 02:10:26