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