Mercurial > repos > public > sbplib_julia
comparison src/Grids/Grids.jl @ 1582:d9d767980d6f feature/grids/manifolds
Export ParameterSpace
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Fri, 26 Apr 2024 22:19:02 +0200 |
parents | 14d79b13b54f |
children | aef3827ef522 8250cf5a3ce9 |
comparison
equal
deleted
inserted
replaced
1581:f77c5309dd2b | 1582:d9d767980d6f |
---|---|
3 | 3 |
4 using Sbplib.RegionIndices | 4 using Sbplib.RegionIndices |
5 using Sbplib.LazyTensors | 5 using Sbplib.LazyTensors |
6 using StaticArrays | 6 using StaticArrays |
7 | 7 |
8 | 8 export ParameterSpace |
9 export HyperBox | 9 export HyperBox |
10 export Simplex | 10 export Simplex |
11 export Interval | 11 export Interval |
12 export Rectangle | 12 export Rectangle |
13 export Box | 13 export Box |