]> gitweb.michael.orlitzky.com - sage.d.git/shortlog
sage.d.git
2025-07-01 Michael Orlitzkymjo/cone: improve isomorphism testing & docs, tests...
2025-07-01 Michael Orlitzkymjo/cone/isomorphism.py: update docs/names, add is...
2025-07-01 Michael Orlitzkymjo/cone/isomorphism.py: new module for (rational)...
2024-11-29 Michael Orlitzkymjo/eja/eja_operator.py: randomize the permuted factors...
2024-11-29 Michael Orlitzkymjo/eja/eja_operator.py: add some "long time" labels
2024-11-29 Michael Orlitzkymjo/eja/eja_operator.py: fix test when spin algebra...
2024-11-29 Michael Orlitzkymjo/eja/eja_operator.py: permutation test for is_isomor...
2024-11-28 Michael Orlitzkymjo/eja/eja_operator.py: improved is_isomorphism()...
2024-11-28 Michael Orlitzkymjo/eja/eja_operator.py: add complex hermitian EJA...
2024-11-28 Michael Orlitzkymjo/eja/eja_operator.py: speed up is_isometry() and...
2024-11-28 Michael Orlitzkymjo/eja/eja_operator.py: simplify an is_isomorphism...
2024-11-28 Michael Orlitzkymjo/eja/eja_operator.py: is_isomorphism() tests for...
2024-11-28 Michael Orlitzkymjo/matrix_algebra.py: move a comment
2024-11-27 Michael Orlitzkymjo/eja/eja_operator.py: add is_isomorphism() for operators
2024-11-27 Michael Orlitzkymjo/eja/eja_operator.py: add is_homomorphism() for...
2024-11-26 Michael Orlitzkymjo/eja/eja_operator.py: add a comment about something...
2024-11-26 Michael Orlitzkymjo/eja/eja_operator.py: add is_isometry() method
2024-11-26 Michael Orlitzkymakefile: bypass the "sage" script when testing
2024-11-23 Michael Orlitzkymjo/hurwitz.py: quaternion gens are a tuple now
2024-11-23 Michael Orlitzkymjo/**/*.py: update table rendering
2024-11-22 Michael Orlitzkymjo/eja/eja_algebra.py: block-scoped "long time" tags
2024-11-22 Michael Orlitzkymjo/eja/eja_subalgebra.py: block-scoped "long time...
2024-11-22 Michael Orlitzkymjo/eja/eja_element.py: block-scoped "long time" tags
2024-11-22 Michael Orlitzkymjo/cone/symmetric_psd.py: don't import from sage.all
2024-11-22 Michael Orlitzkymjo/cone/symmetric_pd.py: don't import from sage.all
2024-11-22 Michael Orlitzkymjo/cone/cone.py: remove
2024-11-22 Michael Orlitzkymjo/cone/permutation_invariant.py: don't import from...
2024-11-22 Michael Orlitzkymjo/cone/doubly_nonnegative.py: don't import from sage.all
2024-11-22 Michael Orlitzkymjo/cone/cone.py: don't import from sage.all
2024-11-22 Michael Orlitzkymjo/cone/completely_positive.py: don't import from...
2024-11-22 Michael Orlitzkymjo/cone/faces.py: don't import from sage.all
2024-11-22 Michael Orlitzkymjo/symbol_sequence.py: don't import from sage.all
2024-11-22 Michael Orlitzkymjo/polynomial.py: don't import from sage.all
2024-11-22 Michael Orlitzkymjo/orthogonal_polynomials.py: don't import from sage.all
2024-11-22 Michael Orlitzkymjo/basis_repr.py: don't import from sage.all
2024-11-22 Michael Orlitzkymjo/interpolation.py: don't import sage.all in global...
2024-11-22 Michael Orlitzkymjo/misc.py: don't import sage.all
2024-11-22 Michael Orlitzkymjo/basis_repr.py: replace deprecated is_MatrixSpace()
2024-11-22 Michael Orlitzkymjo/eja/eja_utils.py: replace deprecated is_Matrix()
2024-10-31 Michael Orlitzkymjo/cone/faces.py: add another reducibility test
2024-05-19 Michael Orlitzkymjo/cone/faces.py: use simpler dual face formula
2024-05-19 Michael Orlitzkymjo/cone/permutation_invariant.py: use cones.foo()...
2024-05-18 Michael OrlitzkyREADME: rewrite it, it was rather out-of-date
2024-05-18 Michael Orlitzkymakefile: timeout overrides should no longer be necessary
2024-05-18 Michael Orlitzkymjo/cone/rearrangement.py: bye, use sage's cones.rearra...
2024-05-18 Michael Orlitzkymjo/cone/trivial_cone.py: bye, use sage's cones.trivial...
2024-05-18 Michael Orlitzkymjo/cone/nonnegative_orthant.py: bye, use cones.nonnega...
2024-05-18 Michael Orlitzkymjo/cone/schur.py: bye, use sage's cones.schur() instead
2024-05-06 Michael OrlitzkyCOPYING,LICENSE: add (AGPL-3.0+)
2023-02-24 Michael Orlitzkyeja: rename operator_inner_product -> operator_trace...
2023-02-07 Michael OrlitzkyTODO: add another one.
2023-02-05 Michael Orlitzkyeja: add another test case for the Albert EJA determinant.
2023-02-04 Michael Orlitzkyeja: drop "FiniteDimensional" prefix everywhere.
2023-02-04 Michael Orlitzkyeja: special subalgebra handling for Cartesian product...
2023-02-04 Michael OrlitzkyTODO: drop "FiniteDimensional" everywhere.
2023-02-04 Michael Orlitzkyeja: don't pointlessly orthonormalize in subalgebra_ide...
2023-02-02 Michael Orlitzkymjo/random.py: new module for random_unitary_matrix().
2023-01-29 Michael Orlitzkyeja: write the ALGORITHM block for the degree of an...
2023-01-29 Michael Orlitzkyeja: add the trace (matrix) operator inner product.
2023-01-29 Michael Orlitzkyeja: drop a superfluous semicolon.
2022-02-02 Michael Orlitzkyeja: use QQ for another potentially slow doctest.
2022-02-02 Michael Orlitzkyeja: remove an "expected algebra failure" that now...
2022-02-02 Michael Orlitzkyhurwitz.py: speed up conjugate() and conjugate_transpose().
2022-02-02 Michael Orlitzkymjo/hurwitz.py: speed up is_hermitian() and is_skew_sym...
2022-02-02 Michael Orlitzkymatrix_algebra.py: speed up __getitem__() and trace().
2022-02-02 Michael Orlitzkyeja: use orthonormalize=False for all subalgebra_genera...
2022-02-02 Michael Orlitzkyeja: change a misleading comment.
2022-02-02 Michael Orlitzkyeja: fix parent of empty sum in element inverse().
2022-02-01 Michael Orlitzkyeja: add an "r" to a docstring.
2022-02-01 Michael Orlitzkyeja: mention the new EJA in the docs.
2022-02-01 Michael Orlitzkyeja: add more "# long time" markers.
2022-02-01 Michael Orlitzkyeja: add "# long time" to two potentially slow tests.
2022-02-01 Michael Orlitzkyeja: test the nonnegativity of trace() for squares.
2022-01-31 Michael Orlitzkyeja: revert random_element() to old fast behavior.
2022-01-31 Michael Orlitzkyeja: typo fix in TODO.
2022-01-30 Michael Orlitzkyeja: fix a copy/paste error in the docs.
2022-01-30 Michael Orlitzkyeja: cache one() for the new EJA.
2022-01-28 Michael Orlitzkyeja: use the correct definition for the new algebra.
2022-01-27 Michael Orlitzkyhurwitz.py: swap is_sker_hermitian() for is_skew_symmet...
2022-01-26 Michael Orlitzkyeja: begin work on the ComplexSkewHermitianEJA.
2022-01-26 Michael Orlitzkyhurwitz.py: add conjugate() method for matrices.
2022-01-26 Michael Orlitzkyhurwitz.py: add is_skew_hermitian() method.
2022-01-26 Michael Orlitzkyeja: rename MatrixEJA to HermitianMatrixEJA.
2021-11-15 Michael Orlitzkymjo/**/*.py: drop obsolete set_random_seed().
2021-11-15 Michael Orlitzkymakefile: drop obsolete --memlimit flag to sage -t.
2021-05-01 Michael Orlitzkymjo/cone: drop is_symmetric_p{s,}d() methods.
2021-04-23 Michael Orlitzkyeja: factor out the operator polynomial-matrix construc...
2021-04-04 Michael Orlitzkymjo/cone/symmetric_pd.py: add a missing set_random_seed().
2021-04-04 Michael Orlitzkymjo/cone/symmetric_pd.py: drop inverse_symmetric_pd().
2021-03-16 Michael Orlitzkyeja: update the DESIGN doc.
2021-03-16 Michael Orlitzkyeja: further micro-optimize gram_schmidt().
2021-03-15 Michael Orlitzkyeja: try to speed up gram_schmidt(), but all my sages...
2021-03-15 Michael Orlitzkyeja: remove unused variable in gram_schmidt.
2021-03-14 Michael Orlitzkyeja: renumber coordinate variables from zero.
2021-03-14 Michael Orlitzkyeja: add more TODOs, which are thankfully getting easier.
2021-03-14 Michael Orlitzkyeja: speed up det() for Cartesian product elements.
2021-03-13 Michael Orlitzkyeja: add another TODO item.
2021-03-13 Michael Orlitzkyeja: append to an existing TODO.
2021-03-13 Michael Orlitzkyeja: fix cartesian_factors() for EJA elements.
2021-03-13 Michael Orlitzkyeja: drop obsolete _vec2mat and _mat2vec helpers.
next