diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-10-06 08:24:44 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-10-06 08:24:44 -0400 |
| commit | 0745f57691ea59f91155b2a014be80529b97701f (patch) | |
| tree | 4131092783b64057f14cc9b3a8893f4314a4b1d4 /implementation/primitive | |
| parent | b76ed91933e2e8d8c99fdf5a37c79471ed6adc7b (diff) | |
Don't say "scalar dyadics"
Diffstat (limited to 'implementation/primitive')
| -rw-r--r-- | implementation/primitive/replicate.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/implementation/primitive/replicate.md b/implementation/primitive/replicate.md index 58203d8d..d6141096 100644 --- a/implementation/primitive/replicate.md +++ b/implementation/primitive/replicate.md @@ -6,7 +6,7 @@ The replicate family of functions contains not just primitives but powerful tool [General replication](#replicate) is more complex. Branching will slow many useful cases down considerably when using the obvious solution. However, branch-free techniques introduce overhead for larger replication amounts. Hybridizing these seems to be the only way, but it's finicky. -Replicate by a [constant amount](#constant-replicate) (so `𝕨` is a single number) is not too common in itself, but it's notable because it can be the fastest way to implement outer products and scalar dyadics with prefix agreement. +Replicate by a [constant amount](#constant-replicate) (so `𝕨` is a single number) is not too common in itself, but it's notable because it can be the fastest way to implement outer products and arithmetic with prefix agreement. ## Indices |
