|
|
|
|
|
by lifthrasiir
1702 days ago
|
|
Horner's method serializes the entire computation so it is penalized in modern hardwares. When the accuracy is less important it is frequent to split the computation into a few chunks where each chunk uses Horner's method but they can be computed in parallel. |
|