Smallest enclosing circle problem: Difference between revisions

Content added Content deleted
(julia example)
Line 14: Line 14:
N-dimensional solution using the Welzl algorithm. Derived from the BoundingSphere.jl module at https://github.com/JuliaFEM
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.*

import Base.pop!, Base.push!, Base.length, Base.*
using LinearAlgebra, Random
using LinearAlgebra, Random