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

◆ rawKernelOfGB()

const Matrix * rawKernelOfGB ( const Matrix * M)

Definition at line 74 of file groebner.cpp.

78{
79 GBMatrix *N = new GBMatrix(M);
81 G.calc();
82 GBMatrix *syz = G.get_syzygies();
83 return syz->to_matrix();
84}
Computes the kernel of a Schreyer-encoded GBMatrix and returns the syzygies in a Schreyer-compatible ...
Definition Eschreyer.hpp:82
tbb::flow::graph G
Matrix * to_matrix()
Definition Eschreyer.cpp:55
gbvector-side matrix: a target FreeModule plus a list of gbvector* columns living in it.
Definition Eschreyer.hpp:54

References G, RingMap::M, Matrix, and GBMatrix::to_matrix().