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

document A_mul_B! #5862

Closed
stevengj opened this issue Feb 19, 2014 · 2 comments
Closed

document A_mul_B! #5862

stevengj opened this issue Feb 19, 2014 · 2 comments
Labels
docs This change adds or pertains to documentation

Comments

@stevengj
Copy link
Member

The documentation currently describes A_mul_B and friends, but these have been deprecated in favor of A_mul_B!.

@jiahao
Copy link
Member

jiahao commented Jan 2, 2015

I've documented the most basic A_mul_B! method, but there are many other methods that do not have signatures of this form, notably on special matrices and sparse matrices.

Further discussions should cross-ref #5332 #8001 #8240

jiahao added a commit that referenced this issue Jan 6, 2015
Also removes deprecated A_mul_B documentation.

Closes #5862.

Note: this does _not_ cover all the currently defined methods for
A_mul_B!, many of which do _not_ have method signatures of this form.
Ref: #5332

created via:
  git diff d9b1f39~ d9b1f39 | sed 's/base/math/g' | git apply
  git add doc/stdlib/math.rst
  git commit -C d9b1f39

[av skip]
@tkelman
Copy link
Contributor

tkelman commented Jan 6, 2015

backported (in a slightly-roundabout way since the content moved to a different file, see the end of the backport commit message) in e1c00cd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs This change adds or pertains to documentation
Projects
None yet
Development

No branches or pull requests

3 participants