Home
last modified time | relevance | path

Searched refs:Vector5d (Results 1 – 2 of 2) sorted by relevance

/external/eigen/unsupported/doc/examples/
DPolynomialSolver1.cpp10 typedef Matrix<double,5,1> Vector5d; in main() typedef
12 Vector5d roots = Vector5d::Random(); in main()
22 Map<Vector5d> mapRR( &realRoots[0] ); in main()
/external/eigen/test/
Dunalignedassert.cpp30 typedef Matrix<double, 5,1> Vector5d; typedef
122 construct_at_boundary<Vector5d>(4); in unalignedassert()