Smallest enclosing circle problem: Difference between revisions

m
Line 12:
 
=={{header|Julia}}==
N-dimensional solution using the Welzl algorithm. Derived from the BoundingSphere.jl module at https://github.com/JuliaFEM. See also Bernd Gärtner's paper at people.inf.ethz.ch/gaertner/subdir/texts/own_work/esa99_final.pdf.
See also Bernd Gärtner's paper at people.inf.ethz.ch/gaertner/subdir/texts/own_work/esa99_final.pdf
<lang julia>import Base.pop!, Base.push!, Base.length, Base.*
using LinearAlgebra, Random
4,102

edits