Home
last modified time | relevance | path

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

/external/eigen/unsupported/Eigen/src/SparseExtra/
DMatrixMarketIterator.h81 std::string matrix_file = m_folder + "/" + m_matname + ".mtx"; in matrix()
107 rhs_file = m_folder + "/" + m_matname + "_b.mtx"; // The pattern is matname_b.mtx in rhs()
139 lhs_file = m_folder + "/" + m_matname + "_x.mtx"; in refX()
149 inline std::string& matname() { return m_matname; } in matname()
204 m_matname = filename.substr(0, filename.length()-4); in Getnextvalidmatrix()
207 size_t found = m_matname.find("SPD"); in Getnextvalidmatrix()
219 std::string m_matname; // Matrix Name variable