Smallest enclosing circle problem: Difference between revisions

m
(julia example)
Line 14:
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
<lang julia>import Base.pop!, Base.push!, Base.length, Base.*
 
import Base.pop!, Base.push!, Base.length, Base.*
using LinearAlgebra, Random
 
4,105

edits