Overview of External RTable Access
Description
RTables are the container class of Vector, Matrix, and Array data-structures in Maple.
The following C functions can be used to manipulate rtables in external code with OpenMaple or define_external.
RTableCreate
RTableDataBlock
RTableNumElements
RTableNumDimensions
RTableLowerBound
RTableUpperBound
RTableIsReal
RTableAppendAttribute
RTableAppendIndFn
RTableGetDefaults
RTableGetSettings
RTableIndFn
RTableIndFnArgs
RTableSetAttribute
RTableSetIndFn
RTableSetType
RTableSelect
RTableAssign
RTableSparseCompact
RTableSparseIndexRow
RTableSparseIndexSort
RTableSparseResize
RTableSparseSetNumElems
RTableSparseSize
RTableCopy
RTableCopyImPart
RTableCopyRealPart
RTableZipReIm
See Also
CustomWrapper
define_external
OpenMaple
OpenMaple/C/API
OpenMaple/C/Examples
rtable
Download Help Document