Skip to content

Table Cell Access

Randall O'Reilly edited this page Sep 8, 2019 · 4 revisions

A cell in an etable.Table is the data at one row of a given column.

There are float64, string and Tensor cell accessor methods to read and write to cells:

The Tensor versions return a SubSpace of the column tensor -- see Tensor for more info.

Clone this wiki locally