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