Searched refs:searchLowerIndex (Results 1 – 2 of 2) sorted by relevance
/external/eigen/Eigen/src/SparseCore/ |
D | CompressedStorage.h | 125 inline Index searchLowerIndex(Index key) const in searchLowerIndex() function 127 return searchLowerIndex(0, m_size, key); in searchLowerIndex() 131 inline Index searchLowerIndex(Index start, Index end, Index key) const in searchLowerIndex() function 154 const Index id = searchLowerIndex(0,m_size-1,key); 167 const Index id = searchLowerIndex(start,end-1,key); 176 Index id = searchLowerIndex(0,m_size,key);
|
D | SparseMatrix.h | 218 const Index p = m_data.searchLowerIndex(start,end-1,StorageIndex(inner));
|