Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
_
a
b
c
d
e
f
g
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
+
Enumerations
a
c
d
e
f
g
i
k
l
m
n
p
q
r
s
t
u
+
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
+
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
u
v
w
x
y
z
~
+
Functions
!
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Enumerations
a
b
c
d
f
k
l
m
n
o
p
r
s
t
v
z
+
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Related Functions
:
a
b
c
d
e
g
h
i
l
m
n
o
p
r
s
t
u
v
+
Files
File List
+
File Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
x
z
Enumerations
+
Enumerator
c
e
f
g
i
l
m
n
o
p
r
s
t
u
v
x
y
z
+
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Examples
gtsam
3rdparty
Eigen
failtest
ref_3.cpp
Go to the documentation of this file.
1
#include "../Eigen/Core"
2
3
using namespace
Eigen
;
4
5
#ifdef EIGEN_SHOULD_FAIL_TO_BUILD
6
void
call_ref
(
Ref<VectorXf>
a
) { }
7
#else
8
void
call_ref
(
const
Ref<const VectorXf>
&
a
) { }
9
#endif
10
11
int
main
()
12
{
13
VectorXf
a
(10);
14
call_ref
(a+a);
15
}
call_ref
void call_ref(const Ref< const VectorXf > &a)
Definition:
ref_3.cpp:8
main
int main()
Definition:
ref_3.cpp:11
Eigen
Namespace containing all symbols from the Eigen library.
Definition:
jet.h:637
Eigen::Ref
A matrix or vector expression mapping an existing expression.
Definition:
Ref.h:281
a
ArrayXXi a
Definition:
Array_initializer_list_23_cxx11.cpp:1
gtsam
Author(s):
autogenerated on Tue Jul 4 2023 02:35:32