Home
last modified time | relevance | path

Searched refs:m_curs_id (Results 1 – 1 of 1) sorted by relevance

/external/eigen/unsupported/Eigen/src/SparseExtra/
DMatrixMarketIterator.h191 while ( (m_curs_id = readdir(m_folder_id)) != NULL) { in Getnextvalidmatrix()
194 curfile = m_folder + "/" + m_curs_id->d_name; in Getnextvalidmatrix()
196 … if (m_curs_id->d_type == DT_DIR) continue; //FIXME This may not be available on non BSD systems in Getnextvalidmatrix()
218 std::string filename = m_curs_id->d_name; in Getnextvalidmatrix()
241 struct dirent *m_curs_id; variable