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

  /external/eigen/test/
sparse_vector.cpp 127 StorageIndex incRows = inc[i];
132 vec1.conservativeResize(rows+incRows);
133 refVec1.conservativeResize(rows+incRows);
134 if (incRows > 0) refVec1.tail(incRows).setZero();
139 if (incRows > 0)
sparse_basic.cpp 542 StorageIndex incRows = inc[i].first;
548 m1.conservativeResize(rows+incRows, cols+incCols);
549 refMat1.conservativeResize(rows+incRows, cols+incCols);
550 if (incRows > 0) refMat1.bottomRows(incRows).setZero();
556 if (incRows > 0)

Completed in 59 milliseconds