Skip to content

Commit 37f4cee

Browse files
committed
Added refs used in lab6.
1 parent b9d0088 commit 37f4cee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/src/lecture_05/lab.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ Other options for viewing profiler outputs
227227
- [PProf](https://github.com/vchuravy/PProf.jl) - serializes the profiler output to protobuffer and loads it in `pprof` web app, graph visualization of stacktraces
228228

229229

230-
## Applying fixes
230+
## [Applying fixes](@id horner)
231231
We have noticed that no matter if the function is type stable or unstable the majority of the computation falls onto the power function `^` and there is a way to solve this using a clever technique called Horner schema[^1], which uses distributive and associative rules to convert the sum of powers into an incremental multiplication of partial results.
232232

233233

docs/src/lecture_07/lab.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# Lab 06: Digging deeper part 2
1+
# [Lab 06: Macros](@id macro_lab)

0 commit comments

Comments
 (0)