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

◆ showInput()

void newf4::GBF4Computation::showInput ( ) const

Definition at line 51 of file GBF4Computation.cpp.

52{
53 const Matrix* M = toMatrix(mFreeModule, mInput);
54 buffer o;
55 M->text_out(o);
56 std::cout << "--- Input Polynomials ---" << std::endl;
57 std::cout << o.str() << std::endl;
58}
void text_out(buffer &o) const
Definition matrix.cpp:1316
char * str()
Definition buffer.hpp:72
const FreeModule * mFreeModule
#define Matrix
Definition factory.cpp:14
const Matrix * toMatrix(const FreeModule *target, const PolynomialList &Fs)

References Matrix, mFreeModule, mInput, buffer::str(), Matrix::text_out(), and newf4::toMatrix().