traveler.core.array_tools.IndexedTable#
- class traveler.core.array_tools.IndexedTable(index_array, table, store=None)[source]#
Bases:
objectIndexing of the choosers table
Initialize the IndexedTable with an index array and a table.
- Parameters:
index_array (jax.numpy.ndarray) – An array of indices to index into the table.
table (JaxTable) – The table to index into.
Attributes#
Get the name of the table. |