Sign in
eigen
/
mirror
/
c593e9e948e5c10234afbac7f6d143ecd9f0c680
/
.
/
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
);