MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / TEST

Function TEST

test/sparse_arith.cpp:345–349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

343}
344
345TEST(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
351TEST(SparseSparseArith, SubsequentCircuitSimData) {
352 std::string file1(MTX_TEST_DIR "Sandia/oscil_dcop_12/oscil_dcop_12.mtx");

Callers 1

ARITH_TESTSFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected