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

◆ toMatrix()

const Matrix * newf4::toMatrix ( const FreeModule * target,
const PolynomialList & Fs )
inline

Definition at line 169 of file GBF4Interface.hpp.

170{
171 MatrixStream S(target);
172 toStream(Fs, S);
173 return S.value();
174}
Streaming consumer that builds an engine Matrix from the mathicgb-style stream callbacks (idealBegin ...
void toStream(const PolynomialList &Fs, S &str)

References Matrix, toStream(), and MatrixStream::value().

Referenced by newf4::GBF4Computation::showInput().