RTable - OpenMaple representation of a RTable
|
Description
|
|
•
|
The com.maplesoft.openmaple.RTable class represents a Maple rtable. RTable publicly inherits from Algebraic; therefore, it provides all the member functions from the Algebraic class 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 numElements( ) throws MapleException
|
|
•
|
numElements returns the number of elements stored in the RTable.
|
|
|
int dimensions( ) throws MapleException
|
|
•
|
dimensions returns the number of dimensions 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.
|
|
|
|
See Also
|
|
OpenMaple, OpenMaple/Java/Algebraic, OpenMaple/Java/AlgebraicRTable, OpenMaple/Java/API, OpenMaple/Java/ByteRTable, OpenMaple/Java/ComplexDoubleRTable, OpenMaple/Java/ComplexNumericRTable, OpenMaple/Java/DoubleRTable, OpenMaple/Java/Examples, OpenMaple/Java/FloatRTable, OpenMaple/Java/IntRTable, OpenMaple/Java/LongRTable, OpenMaple/Java/NumericRTable, OpenMaple/Java/ShortRTable
|
|
Download Help Document
Was this information helpful?