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