Home
last modified time | relevance | path

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

/external/eigen/doc/snippets/
DTutorial_Map_using.cpp10 MapType m2map(p,m2.size()); // m2map shares data with m2 variable
17 (m1-m2map).squaredNorm() << endl;
18 m2map(3) = 7; // this will change m2, since they share the same array