Source: tests/pdense/detail/trmm_Left_Lower.cpp 
 
 
   12 #include <myramath/pdense/detail/multiplyl_left.h>    17 #include <tests/myratest.h>    21 ADD_TEST(
"trmm_Left_Lower",
"[pdense][jobgraph]")
    24   std::pair<int,int> IJ(10,5);
    25   typedef pdense::detail::multiplyl_left::JobGraphBase Graph;
    27   REQUIRE( verify(graph) );
    29   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.