Searched refs:m_matname (Results 1 – 1 of 1) sorted by relevance
79 std::string matrix_file = m_folder + "/" + m_matname + ".mtx"; in matrix()119 rhs_file = m_folder + "/" + m_matname + "_b.mtx"; // The pattern is matname_b.mtx in rhs()151 lhs_file = m_folder + "/" + m_matname + "_x.mtx"; in refX()163 inline std::string& matname() { return m_matname; } in matname()219 m_matname = filename.substr(0, filename.length()-4); in Getnextvalidmatrix()222 size_t found = m_matname.find("SPD"); in Getnextvalidmatrix()234 std::string m_matname; // Matrix Name variable