Skip to content

Commit e61bb92

Browse files
fixup! Analysis of vany/vall
1 parent a571383 commit e61bb92

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ Define a linearized cost model, with `t` the time required to evaluate one eleme
4545
```math
4646
t_{0} n (1 - p)^n
4747
```
48-
<img src="https://render.githubusercontent.com/render/math?math={t_{0} n (1 - p)^{n}}#gh-light-mode-only">
49-
<img src="https://render.githubusercontent.com/render/math?math={\color{white}t_{0} n (1 - p)^{n}}#gh-dark-mode-only">
5048
Thus, the point at which non-vectorized evaluation is optimal is
5149
```julia
5250
t₀ * (1 - p)^n < tᵥ

0 commit comments

Comments
 (0)