| 343 | } |
| 344 | |
| 345 | TEST(SparseSparseArith, LinearProgrammingData) { |
| 346 | std::string file1(MTX_TEST_DIR "LPnetlib/lpi_vol1/lpi_vol1.mtx"); |
| 347 | std::string file2(MTX_TEST_DIR "LPnetlib/lpi_qual/lpi_qual.mtx"); |
| 348 | ssArithmeticMTX<af_add_t>(file1.c_str(), file2.c_str()); |
| 349 | } |
| 350 | |
| 351 | TEST(SparseSparseArith, SubsequentCircuitSimData) { |
| 352 | std::string file1(MTX_TEST_DIR "Sandia/oscil_dcop_12/oscil_dcop_12.mtx"); |