Skip to content

Commit

Permalink
don't export idealILambda, numgensILambda
Browse files Browse the repository at this point in the history
  • Loading branch information
aryamanmaithani committed Jun 5, 2024
1 parent 47086b0 commit 5803a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GLIdeals.m2
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ newPackage(
Reload=>true
)

export{"idealILambda","numgensILambda", "idealToChi", "naiveClosure","detLam","randomLam","IsMinimal", "GLIdeal", "numgensGLIdeal"}
export{"idealToChi", "naiveClosure","detLam","randomLam","IsMinimal", "GLIdeal", "numgensGLIdeal"}

numgensILambda = method()
numgensILambda(ZZ, ZZ, List) := (n, m, lam) -> (
Expand Down

0 comments on commit 5803a02

Please sign in to comment.