Skip to content

Commit 431d57a

Browse files
authored
Update api.md (#1271)
`A_mul_B!` has been superseeded by `mul!`.
1 parent ba86ada commit 431d57a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ additional loop unrolling and inlining, and consequentially (c) their mutating
140140
methods like `map!` are extremely fast. Benchmarking shows that operations such
141141
as addition and matrix multiplication are faster for `MMatrix` than `Matrix`,
142142
at least for sizes up to 14 × 14, though keep in mind that optimal speed will
143-
be obtained by using mutating functions (like `map!` or `A_mul_B!`) where
143+
be obtained by using mutating functions (like `map!` or `mul!`) where
144144
possible, rather than reallocating new memory.
145145

146146
Mutable static arrays also happen to be very useful containers that can be

0 commit comments

Comments
 (0)