Implementations of Arrays, Matrices and Characteristic Lines/Maps

Arrays and matrices have implementations which are defined like that of a scalar element. A characteristic line (1-D table) has two implementations, one for the X sample points and one for the output value. A characteristic map (2-D table) has three implementations, two for the X and Y sample points and one for the output value.

See also

Implementing Scalar, Array or Matrix Elements

Implementing Characteristic Lines/Maps