Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add complex number support to linalg.cholesky #443

Merged
merged 7 commits into from
Jun 6, 2022
Merged

Commits on May 23, 2022

  1. Add equations

    kgryte committed May 23, 2022
    Configuration menu
    Copy the full SHA
    88af11b View commit details
    Browse the repository at this point in the history
  2. Fix syntax

    kgryte committed May 23, 2022
    Configuration menu
    Copy the full SHA
    2ebaa91 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b0ce496 View commit details
    Browse the repository at this point in the history
  4. Comment out MathJax config

    kgryte committed May 23, 2022
    Configuration menu
    Copy the full SHA
    3e12ef1 View commit details
    Browse the repository at this point in the history
  5. Remove config due to failing build

    This config does not seem to be needed. SymPy does not include it
    in its docs. Seems fine for us to omit, as well, given that it
    causes builds to fail.
    kgryte committed May 23, 2022
    Configuration menu
    Copy the full SHA
    9547875 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

  1. Use raw string

    kgryte committed May 24, 2022
    Configuration menu
    Copy the full SHA
    01a6144 View commit details
    Browse the repository at this point in the history
  2. Remove backlash

    kgryte committed May 24, 2022
    Configuration menu
    Copy the full SHA
    f58565a View commit details
    Browse the repository at this point in the history