RTable Class - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


RTable

OpenMaple representation of a RTable

 

Description

Method Summary

Subclasses

Compatibility

Description

• 

The com.maplesoft.openmaple.RTable class represents a Maple rtable (rectangular table).

• 

RTable publicly inherits from Indexable; therefore, it provides all the member functions from the Algebraic and Indexable classes in addition to those listed here.

• 

Particular Maple rtable types have their own Java classes.  The RTable class is a superclass of these classes.

Method Summary

RTable copy( ) throws MapleException

• 

copy returns a copy of the RTable.

int dimensions( ) throws MapleException

• 

dimensions returns the number of dimensions in the RTable.

List indexEntryPairs( ) throws MapleException

• 

indexEntryPairs returns a List of Relation objects corresponding to key/value pairs in the RTable.

int lowerBound( int dim ) throws MapleException

• 

lowerBound returns the lower bound on the indices in the dim dimension.

int upperBound( int dim ) throws MapleException

• 

upperBound returns the upper bound on the indices in the dim dimension.

Subclasses

• 

The following classes are subclases of RTable:

AlgebraicRTable

ByteRTable

ComplexDoubleRTable

ComplexNumericRTable

DoubleRTable

NumericRTable

ShortRTable

FloatRTable

IntRTable

LongRTable

 

 

Compatibility

• 

The RTable command was updated in Maple 2020.

See Also

OpenMaple

OpenMaple/Java/Algebraic

OpenMaple/Java/API

OpenMaple/Java/Examples

OpenMaple/Java/Indexable

 


Download Help Document