Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
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