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

◆ NCResComputation()

NCResComputation::NCResComputation ( const FreeAlgebraQuotient & ring,
const Matrix & gbIdealMatrix,
int max_level )
private

Definition at line 4 of file nc-res-computation.cpp.

7 : //mRing(ring),
8 mInputModuleGB(gbModuleMatrix) //,
9 //mMaxLevel(max_level)
10{
11 (void) ring;
12 (void) max_level;
13}
const Matrix & mInputModuleGB

References Matrix, and mInputModuleGB.

Referenced by createNCRes.