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

  /external/eigen/Eigen/src/SVD/
BDCSVD.h 175 void divide(Index firstCol, Index lastCol, Index firstRowW, Index firstColW, Index shift);
182 void deflation(Index firstCol, Index lastCol, Index k, Index firstRowW, Index firstColW, Index shift);
384 //@param lastCol : The Index of the last column of the submatrix of m_computed and for m_naiveU;
385 // lastCol + 1 - firstCol is the size of the submatrix.
391 void BDCSVD<MatrixType>::divide (Index firstCol, Index lastCol, Index firstRowW, Index firstColW, Index shift)
397 const Index n = lastCol - firstCol + 1;
429 divide(k + 1 + firstCol, lastCol, k + 1 + firstRowW, k + 1 + firstColW, shift);
435 phi = m_naiveU(firstCol + k + 1, lastCol + 1);
440 phi = m_naiveU(0, lastCol + 1);
480 m_naiveU.col(lastCol + 1).segment(firstCol, k + 1) = (q1 * ( - s0))
    [all...]
  /external/freetype/src/pcf/
pcfread.c 946 FT_UShort firstCol, lastCol;
978 lastCol = FT_GET_USHORT();
986 lastCol = FT_GET_USHORT_LE();
1002 FT_TRACE4(( " firstCol 0x%X, lastCol 0x%X\n"
1005 firstCol, lastCol,
1010 if ( firstCol > lastCol ||
1011 lastCol > 0xFF ||
1016 nencoding = (FT_ULong)( lastCol - firstCol + 1 ) *
1035 defaultCharCol > lastCol )
1054 2 * ( ( defaultCharRow - firstRow ) * ( lastCol - firstCol + 1 )
    [all...]
  /external/dng_sdk/source/
dng_gain_map.cpp 211 uint32 lastCol = static_cast<uint32> (fMap.Points ().h - 1);
213 if (colIndexF >= static_cast<real64> (lastCol))
216 fValueBase = InterpolateEntry (lastCol);
228 // a uint32 and that static_cast<uint32> (colIndexF) < lastCol. This
229 // implies colIndex + 1 <= lastCol, i.e. the argument to

Completed in 213 milliseconds