From 0745f57691ea59f91155b2a014be80529b97701f Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Wed, 6 Oct 2021 08:24:44 -0400 Subject: Don't say "scalar dyadics" --- implementation/primitive/replicate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'implementation/primitive') 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 -- cgit v1.2.3