Skip to content

Commit

Permalink
Changed exports
Browse files Browse the repository at this point in the history
also changed idealILambda to not recompute mingens
  • Loading branch information
huntersimper committed Jun 2, 2024
1 parent e97e3a3 commit ec10638
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GLIdeals.m2
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ newPackage(
Reload=>true
)

export{"generateIlambda"}
export{"idealILambda"}

numgensILambda = method() -- TODO: Make it accept Partitions as well
numgensILambda(Matrix, List) := (X, lam) -> (
Expand Down Expand Up @@ -74,7 +74,7 @@ idealILambda(Matrix,List) := (X,lam) -> (
J = ideal lis;
minJ = mingens J;
);
return ideal mingens J;
return ideal minJ;
);


Expand Down

0 comments on commit ec10638

Please sign in to comment.