You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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]
The documentation currently describes
A_mul_B
and friends, but these have been deprecated in favor ofA_mul_B!
.The text was updated successfully, but these errors were encountered: