Source: tests/pdense/detail/factor_LU_tile.cpp 
 
 
   12 #include <myramath/pdense/detail/factorlu_tile.h>    17 #include <tests/myratest.h>    21 ADD_TEST(
"factor_LU_tile",
"[pdense][jobgraph]")
    24   typedef pdense::detail::factorlu_tile::JobGraphBase Graph;
    26   REQUIRE( verify(graph) );
    28   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.