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

◆ toMatrix()

const Matrix * toMatrix ( const FreeModule * target,
const BasicPolyList & Fs )

Definition at line 5 of file BasicPolyList.cpp.

6{
7 MatrixStream S(target);
8 toStream(Fs, S);
9 return S.value();
10}
void toStream(const BasicPolyList &Fs, S &str)
Streaming consumer that builds an engine Matrix from the mathicgb-style stream callbacks (idealBegin ...

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

Referenced by rawMatrixReadMsolveFile(), rawMatrixReadMsolveString(), and TEST().