Sign in
eigen
/
mirror
/
f40ad38fdafeb2370f0c6a51e6981e166c27abb8
/
.
/
test
/
bug1213.h
blob: 49687f2d371489fa533c33e7064114e553f39406 [
file
]
#include
<
Eigen
/
Core
>
template
<
typename
T
,
int
dim
>
bool
bug1213_2
(
const
Eigen
::
Matrix
<
T
,
dim
,
1
>&
x
);
bool
bug1213_1
(
const
Eigen
::
Vector3f
&
x
);