The values of the function at the sample points are now stored in an array.
commit747562c6f91684700ed4ea81283c451a9796b4a7
authorJaime E. Villate <villate@fe.up.pt>
Sat, 10 Apr 2021 18:42:32 +0000 (10 19:42 +0100)
committerJaime E. Villate <villate@fe.up.pt>
Sat, 10 Apr 2021 18:42:32 +0000 (10 19:42 +0100)
treeeee7dff209a840e55d283238febeb66dcaf8c69a
parent363d46e90ad62c2ad28a7ec976f2ed29d9934de4
The values of the function at the sample points are now stored in an array.
The values of x and y are only computed when a segment is going to be plotted.
This saves time by not computing the values of the function twice and
not computing coordinates that aren't needed. It will also be useful for
contour plots, because each contour will be obtained from the same array
of function values.
src/plot.lisp