Macaulay2 Engine
Loading...
Searching...
No Matches

◆ debugDisplay()

void MatrixConstructor::debugDisplay ( ) const

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}
const Ring * R
const FreeModule * rows
const FreeModule * cols

References cols, R, and rows.