Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ NOTE: The reverse is not true in general. An irregular map can only be represent

=== 3-d example of a lookup table on an irregular grid

The lookup table is sampled at 3 different points of the domain `{2, 10, 10}`, `{3, 25, 28}` and `{10, 30, 30}` with the values `{11, 1}`, `{1, 4}` and `{13, 3}` on the 2-dimensional codomain.
The lookup table below contains samples at the points `(2, 10, 10)`, `(3, 25, 28)`, and `(10, 30, 30)` of the domain with the values `(11, 1)`, `(1, 4)`, and `(13, 3)` for the two codomain variables.

[[irregular_example]]
.Example of a 3-dimensional map on a irregular grid
Expand Down
Loading