We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69d082b commit 75f88acCopy full SHA for 75f88ac
linbox/algorithms/bbcharpoly.h
@@ -282,7 +282,7 @@ namespace LinBox
282
/* Computation of the minimal polynomial */
283
Polynomial minPoly(F);
284
minpoly (minPoly, A, M);
285
- PD.write(std::cerr<<"Minpoly = ",minPoly) << std::endl;
+// PD.write(std::cerr<<"Minpoly = ",minPoly) << std::endl;
286
287
if (minPoly.size() == n+1){
288
commentator().stop ("done", NULL, "MbbCharpoly");
0 commit comments