Searched defs:topLeft2x2Corner (Results 1 - 1 of 1) sorted by last modified time

/external/eigen/doc/examples/
H A Dclass_FixedBlock.cpp8 topLeft2x2Corner(MatrixBase<Derived>& m) function
15 topLeft2x2Corner(const MatrixBase<Derived>& m) function
23 cout << topLeft2x2Corner(4*m) << endl; // calls the const version
24 topLeft2x2Corner(m) *= 2; // calls the non-const version

Completed in 299 milliseconds