Home | History | Annotate | Download | only in bench

Lines Matching defs:density

10 #ifndef DENSITY
11 #define DENSITY 0.01
56 float density = DENSITY;
63 for (float density = DENSITY; density>=MINDENSITY; density*=0.5)
65 //fillMatrix(density, rows, cols, sm1);
71 std::cout << "Eigen Dense\t" << density*100 << "%\n";
118 std::cout << "GMM++ sparse\t" << density*100 << "%\n";
137 std::cout << "ublas sparse\t" << density*100 << "%\n";
160 std::cout << "MTL4\t" << density*100 << "%\n";