Home
last modified time | relevance | path

Searched refs:Vector5d (Results 1 – 1 of 1) 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()