Sign in
eigen
/
mirror
/
77e652d8ad3eea056e24e7458ad2ba17688723d5
/
.
/
test
/
bug1213.h
blob: 040e5a470d3a3e005d24ec52089a1e4aa89bc1b3 [
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
);