Skip to content

Add complex number support to linalg.cholesky #443

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

Merged
merged 7 commits into from
Jun 6, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
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.
  • Loading branch information
kgryte committed May 23, 2022
commit 9547875541e6ee92cf2b366b4706658714c75f42
9 changes: 1 addition & 8 deletions spec/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,7 @@
napoleon_custom_sections = [('Returns', 'params_style')]
default_role = 'code'

# Mathjax configuration
# mathjax_config = {
# 'tex2jax': {
# 'inlineMath': [ ["\\(","\\)"] ],
# 'displayMath': [["\\[","\\]"] ],
# },
# }

# Mathjax configuration:
mathjax3_config = {
"tex": {
"inlineMath": [['\\(', '\\)']],
Expand Down