Table#

class relsad.Table.Table(x: numpy.ndarray, y: numpy.ndarray)[source]#

Utility class for tables in relsad

x#

Table indices

Type

np.ndarray

y#

Table values

Type

np.ndarray

get_value(value)[source]#

Returns table value based on index

Table.get_value(index)

Returns table value based on index