Sign in
third-party-mirror
/
eigen
/
2571273647cdf6673639ebe9b3aa3237c1e7a822
/
.
/
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
);