Skip to content

Commit

Permalink
[Barycentric_coordinates_2] BigO notation consistency (#7453)
Browse files Browse the repository at this point in the history
Making the BigO notation consistent in the Barycentric_coordinates_2
package.
  • Loading branch information
sloriot authored May 25, 2023
2 parents 54b1fb6 + b2f6ecd commit a7ab27b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ After the normalization of these weights as before
\f$b_i = \frac{w_i}{W^{mv}}\qquad\f$ with \f$\qquad W^{mv} = \sum_{j=1}^n w_j\f$
</center>

we obtain the max precision \f$O(n^2)\f$ algorithm. The max speed O(n) algorithm computes the
we obtain the max precision \f$O(n^2)\f$ algorithm. The max speed \f$O(n)\f$ algorithm computes the
weights \f$w_i\f$ using the pseudocode from <a href="https://www.inf.usi.ch/hormann/nsfworkshop/presentations/Hormann.pdf">here</a>.
These weights

Expand Down

0 comments on commit a7ab27b

Please sign in to comment.