Skip to content

Commit

Permalink
Included long name options
Browse files Browse the repository at this point in the history
  • Loading branch information
patriciajklein committed Oct 31, 2023
1 parent 7d0aeba commit 797f4e5
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions MatrixSchubert.m2
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ export{
"essentialSet", --documented ++
"augmentedEssentialSet", --documented ++
"schubDetIdeal", --documented ++
"schubertDeterminantalIdeal" => "schubDetIdeal",
"fultonGens", --documented ++
"diagLexInitSE", --documented ++
"diagLexInitNW", --documented ++
Expand All @@ -56,48 +57,69 @@ export{
"entrywiseMinRankTable", --documented ++
"entrywiseMaxRankTable", --documented ++
"schubDecompose", --documented ++
"schubertDecompose" => "schubDecompose",
"permSetOfASM", --documented ++
"permutationSetofASM" => "permSetOfASM",
"isIntersectionSchubIdeals", --documented ++
"isIntersectionOfSchubertDeterminantalIdeals" => "isIntersectionSchubIdeals",
"isASMIdeal", --documented ++
"isASMUnion", --documented ++
"getASM", --documented ++
"isMinRankTable", --documented ++
"rankTableToASM", --documented ++
"rankTableFromMatrix", --documented ++
"schubIntersect", --documented ++
"schubertIntersect" => "schubIntersect",
"schubAdd", --documented ++
"schubertAdd" => "schubAdd",

--permutationMethods.m2
"isPerm", --documented ++
"isPermutation" => "isPerm",
"permToMatrix", --documented ++
"permutationToMatrix" => "permToMatrix",
"lastDescent", --documented ++
"firstDescent", --documented ++
"permLength", --documented ++
"permutationLength" => "permLength",
"inverseOf", --documented (check)
"longestPerm", --documented (check)
"longestPermutation" => "longestPerm",
"toOneLineNotation", --documented ++
"composePerms", --documented ++
"composePermutations" => "composePerms",
"isPatternAvoiding", --documented ++
"isVexillary", --documented ++
"avoidsAllPatterns", --documented ++
"isCartwrightSturmfels", --documented ++
"isCDG", --documented ++
"rajcode", --documented ++
"rajchgotCode" => "rajcode",
"rajIndex", --documented ++
"rajchgotIndex" => "rajIndex",
"grothendieckPoly", -- CHECK DOC
"grothendiechPolynomial" => "grothendieckPoly",
"schubertPoly", -- CHECK DOC
"schubertPolynomial" => "schubertPoly",
"schubPoly" => "schubertPoly",
"doubleSchubertPoly", -- CHECK DOC
"doubleSchubertPolynomial" => "doubleSchubertPoly",
"doubleSchubPoly" => "doubleSchubertPoly",
"pipeDreams", -- CHECK DOC
"pipeDreamsNonReduced", -- CHECK DOC
"netPD", -- CHECK DOC
"netPipeDream" => "netPD",
"ASMToMonotoneTriangle", --documented ++
"MonotoneTriangleToASM", --documented ++

--MatrixSchubertInvariants.m2
"schubReg", --documented ++
"schubertRegularity" => "schubReg",
"schubCodim", --documented ++
"schubertCodim" => "schubCodim",
"KPolynomialASM", -- CHECK DOC
"isSchubCM", --documented ++
"isSchubertCM" => "isSchubCM",

--ASM_Lists.m2
"ASMFullList", --ADD EX TO DOC
Expand Down

0 comments on commit 797f4e5

Please sign in to comment.