Source: tests/pdense/detail/pmultiply.cpp 
 
 
   12 #include <myramath/pdense/detail/multiply.h>    17 #include <tests/myratest.h>    21 ADD_TEST(
"pmultiply",
"[pdense][jobgraph]")
    25   std::pair<int,int> IJ(7,8);
    26   typedef pdense::detail::multiply::JobGraphBase Graph;
    27   Graph graph(K,IJ,
'F');
    28   REQUIRE( verify(graph) );
    30   graphviz(graph,
"graph.dot");
 Given a JobGraph G, verifies it has valid topology. 
Given a JobGraph, produces a .dot file for visualization with graphviz. 
 
 Results:  [PASS] 
 
 
 
 Go back to Summary of /test programs.