Searched refs:matname (Results 1 – 3 of 3) sorted by relevance
334 … std::cout << "INFO | Testing " << sym_to_string(it.sym()) << "sparse problem " << it.matname()344 … std::cout << "INFO | Skip sparse problem \"" << it.matname() << "\" (too large)" << std::endl;458 … std::cout << "INFO | Testing " << sym_to_string(it.sym()) << "sparse problem " << it.matname()467 … std::cout << "INFO | SKIP sparse problem \"" << it.matname() << "\" (too large)" << std::endl;
503 statbuf << " <NAME> " << it.matname() << " </NAME>\n"; in Browse_Matrices()525 cout<< " ====== SOLVING WITH MATRIX " << it.matname() << " ====\n"; in Browse_Matrices()
163 inline std::string& matname() { return m_matname; } in matname() function