AlgebraicRTable - OpenMaple representation of an RTable of type anything
|
Description
|
|
•
|
The com.maplesoft.openmaple.AlgebraicRTable class represents a Maple rtable of type anything. AlgebraicRTable publicly inherits from RTable; therefore, it provides all the member functions from the RTable and Algebraic classes in addition to those listed here.
|
|
|
Method Summary
|
|
|
void assign( int index[], Algebraic value ) throws MapleException
|
|
•
|
assign puts value into the position indexed by index.
|
|
|
AlgebraicRTable select( int index[] ) throws MapleException
|
|
•
|
select returns the element in the AlgebraicRTable indexed by index.
|
|
|
|
Download Help Document
Was this information helpful?