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

◆ initializeWithMatrix()

void newf4::GBF4Computation::initializeWithMatrix ( const Matrix * M)

Definition at line 27 of file GBF4Computation.cpp.

28{
29 PolynomialListStreamCollector S(mVectorArithmetic.ring()->characteristic(),
30 mVariableWeights.size(), // TODO: is this correct?
31 1, // TODO: is this correct??
32 mInput);
33 matrixToStream(M,S);
34}
std::vector< int > mVariableWeights
const VectorArithmetic & mVectorArithmetic
void matrixToStream(const Matrix *M, T &stream)

References Matrix, matrixToStream(), mInput, mVariableWeights, and mVectorArithmetic.