12 #include <Eigen/StdList> 13 #include <Eigen/Geometry> 15 template<
typename MatrixType>
20 MatrixType x = MatrixType::Random(rows,cols),
y = MatrixType::Random(rows,cols);
21 std::list<MatrixType,Eigen::aligned_allocator<MatrixType> >
v(10,
MatrixType(rows,cols)),
w(20,
y);
27 typename std::list<MatrixType,Eigen::aligned_allocator<MatrixType> >
::iterator vi = v.begin();
28 typename std::list<MatrixType,Eigen::aligned_allocator<MatrixType> >
::iterator wi = w.begin();
29 for(
int i = 0;
i < 20;
i++)
45 template<
typename TransformType>
49 TransformType
x(MatrixType::Random()),
y(MatrixType::Random());
50 std::list<TransformType,Eigen::aligned_allocator<TransformType> >
v(10),
w(20, y);
56 typename std::list<TransformType,Eigen::aligned_allocator<TransformType> >
::iterator vi = v.begin();
57 typename std::list<TransformType,Eigen::aligned_allocator<TransformType> >
::iterator wi = w.begin();
58 for(
int i = 0;
i < 20;
i++)
74 template<
typename QuaternionType>
77 typedef typename QuaternionType::Coefficients Coefficients;
78 QuaternionType
x(Coefficients::Random()),
y(Coefficients::Random());
79 std::list<QuaternionType,Eigen::aligned_allocator<QuaternionType> >
v(10),
w(20, y);
85 typename std::list<QuaternionType,Eigen::aligned_allocator<QuaternionType> >
::iterator vi = v.begin();
86 typename std::list<QuaternionType,Eigen::aligned_allocator<QuaternionType> >
::iterator wi = w.begin();
87 for(
int i = 0;
i < 20;
i++)
Transform< float, 3, Affine > Affine3f
Quaternion< double > Quaterniond
#define VERIFY_IS_APPROX(a, b)
void check_stdlist_quaternion(const QuaternionType &)
Transform< double, 3, Affine > Affine3d
EIGEN_DEFAULT_DENSE_INDEX_TYPE Index
The Index type as used for the API.
void check_stdlist_transform(const TransformType &)
void check_stdlist_matrix(const MatrixType &m)
Transform< float, 2, Affine > Affine2f
set noclip points set clip one set noclip two set bar set border lt lw set xdata set ydata set zdata set x2data set y2data set boxwidth set dummy x
Quaternion< float > Quaternionf