Skip to content

Commit

Permalink
changed the typical value of pfaffians
Browse files Browse the repository at this point in the history
  • Loading branch information
mahrud committed Oct 18, 2024
1 parent ebfdaae commit ef28e1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions M2/Macaulay2/m2/multilin.m2
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ minors(ZZ, Matrix) := Ideal => opts -> (j, m) -> (
if f =!= null then f#0,
if f =!= null then f#1)))

pfaffians = method(TypicalValue => Ideal)
pfaffians(ZZ, Matrix) := (j, m) -> (
pfaffians = method()
pfaffians(ZZ, Matrix) := Ideal => (j, m) -> (
ideal(map(ring m, rawPfaffians(j,raw m))))

-----------------------------------------------------------------------------
Expand Down

0 comments on commit ef28e1a

Please sign in to comment.