Home
last modified time | relevance | path

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

/external/eigen/doc/examples/
Dclass_FixedVectorBlock.cpp8 firstTwo(MatrixBase<Derived>& v) in firstTwo() function
15 firstTwo(const MatrixBase<Derived>& v) in firstTwo() function
23 cout << firstTwo(4*v) << endl; // calls the const version in main()
24 firstTwo(v) *= 2; // calls the non-const version in main()