Sign in
eigen
/
mirror
/
a1eeb022043a7fbd14e69fc41c07608ae39323bb
/
.
/
test
/
bug1213.h
blob: 49687f2d371489fa533c33e7064114e553f39406 [
file
] [
log
] [
blame
]
#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
);