Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
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