Definition at line 101 of file matrix-con.cpp.
102{
103 std::cout <<
"MatrixConstructor: ring = " <<
R << std::endl;
104 std::cout <<
"MatrixConstructor: rows = " <<
rows << std::endl;
105 std::cout <<
"MatrixConstructor: cols = " <<
cols << std::endl;
106 std::cout << "Matrixconstructor: #entries = " << entries.size() << std::endl;
107}
References cols, R, and rows.