-
-
Notifications
You must be signed in to change notification settings - Fork 481
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'tornaria/noexcept' into matroid.pyx
- Loading branch information
Showing
656 changed files
with
5,183 additions
and
5,187 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
src/sage/algebras/fusion_rings/fast_parallel_fmats_methods.pxd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
cdef _fmat(fvars, Nk_ij, one, a, b, c, d, x, y) noexcept | ||
cpdef _backward_subs(factory, bint flatten=*) noexcept | ||
cpdef executor(tuple params) noexcept | ||
cpdef _solve_for_linear_terms(factory, list eqns=*) noexcept | ||
cdef _fmat(fvars, Nk_ij, one, a, b, c, d, x, y) | ||
cpdef _backward_subs(factory, bint flatten=*) | ||
cpdef executor(tuple params) | ||
cpdef _solve_for_linear_terms(factory, list eqns=*) |
Oops, something went wrong.