We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba86ada commit 431d57aCopy full SHA for 431d57a
docs/src/api.md
@@ -140,7 +140,7 @@ additional loop unrolling and inlining, and consequentially (c) their mutating
140
methods like `map!` are extremely fast. Benchmarking shows that operations such
141
as addition and matrix multiplication are faster for `MMatrix` than `Matrix`,
142
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
+be obtained by using mutating functions (like `map!` or `mul!`) where
144
possible, rather than reallocating new memory.
145
146
Mutable static arrays also happen to be very useful containers that can be
0 commit comments