Mercurial > repos > public > sbplib_julia
comparison src/Grids/Grids.jl @ 1272:3637daad71e8 refactor/grids
Add function target_manifold_dim for Grid
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Sat, 25 Feb 2023 22:49:43 +0100 |
parents | 5977d7628d55 |
children | 17d435c08773 |
comparison
equal
deleted
inserted
replaced
1271:5977d7628d55 | 1272:3637daad71e8 |
---|---|
4 using Sbplib.LazyTensors | 4 using Sbplib.LazyTensors |
5 using StaticArrays | 5 using StaticArrays |
6 | 6 |
7 # Grid | 7 # Grid |
8 export Grid | 8 export Grid |
9 export target_manifold_dim | |
9 export dims | 10 export dims |
10 | 11 |
11 export TensorGrid | 12 export TensorGrid |
12 export ZeroDimGrid | 13 export ZeroDimGrid |
13 | 14 |