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
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.
RTableCreateDefault
RTableCreateDAG
RTableCreateInteger8
RTableCreateInteger16
RTableCreateInteger32
RTableCreateFloat32
RTableCreateFloat64
RTableCreateComplexDAG
RTableCreateComplexFloat64
RTableDataBlock
RTableDAGDataBlock
RTableComplexDAGDataBlock
RTableI8DataBlock
RTableI16DataBlock
RTableI32DataBlock
RTableF32DataBlock
RTableF64DataBlock
RTableComplex64DataBlock
DoubleRTableDataBlock
RTableNumElements
RTableNumDimensions
RTableLowerBound
RTableUpperBound
RTableIsReal
RTableAppendAttribute
RTableAppendIndFn
RTableGetDefaults
RTableGetSettings
RTableIndFn
RTableIndFnArgs
RTableSetAttribute
RTableSetIndFn
RTableSetType
RTableSelectDAG
RTableSelectComplexDAG
RTableSelectInteger8
RTableSelectInteger16
RTableSelectInteger32
RTableSelectFloat32
RTableSelectFloat64
RTableSelectComplexFloat64
RTableAssignDAG
RTableAssignComplexDAG
RTableAssignInteger8
RTableAssignInteger16
RTableAssignInteger32
RTableAssignFloat32
RTableAssignFloat64
RTableAssignComplexFloat64
RTableSparseCompact
RTableSparseIndexRow
RTableSparseIndexSort
RTableSparseResize
RTableSparseSetNumElems
RTableSparseSize
RTableCopy
RTableCopyImPart
RTableCopyRealPart
RTableZipReIm
See Also
OpenMaple, OpenMaple/VB/API, OpenMaple/VB/Examples, rtable
Download Help Document