Thanks to visit codestin.com
Credit goes to github.com

Skip to content

DOC: math mode x to \times in docstring for numpy.linalg.multi_dot #28888

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

warrickball
Copy link
Contributor

This is a small tweak to the documentation for numpy.linalg.multi_dot to replace $x$ with $\times$ in the dimensions of the example matrices. Specifically, this changes the appearance of the LaTeX matrices from

$$A_{10x100}, B_{100x5}, C_{5x50}$$

to

$$A_{10 \times 100}, B_{100 \times 5}, C_{5 \times 50}$$

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant