HomeSort by relevance Sort by last modified time
    Searched defs:maxRow (Results 1 - 2 of 2) sorted by null

  /external/eigen/doc/examples/
Tutorial_ReductionsVisitorsBroadcasting_visitors.cpp 15 MatrixXf::Index maxRow, maxCol;
16 float max = m.maxCoeff(&maxRow, &maxCol);
23 maxRow << "," << maxCol << endl;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridModel.java 735 int maxRow = 0;
738 maxRow = max(maxRow, view.row);
741 actualRowCount = maxRow + 1;
    [all...]

Completed in 205 milliseconds