Expseq - OpenMaple representation of an expression sequence
|
Description
|
|
•
|
The com.maplesoft.openmaple.Expseq class represents a Maple exprseq. Expseq publicly inherits from Algebraic and therefore provides all the member functions from the Algebraic class in addition to those listed here.
|
•
|
To create an Expseq containing arbitrary data, call newExpseq to create an empty Expseq of the specified length. The elements of the expression sequences are then assigned by calling assign.
|
|
|
Method Summary
|
|
|
void assign( int i, Algebraic val ) throws MapleException
|
|
•
|
assign sets element i of the expression sequence to val.
|
|
|
Algebraic select( int i ) throws MapleException
|
|
•
|
select returns the element at index i of the expression sequence.
|
|
|
int length( )
|
|
•
|
length returns the length of the expression sequence.
|
|
|
|
Download Help Document
Was this information helpful?