NumericRTable Class - Maple Help

Online Help

All Products    Maple    MapleSim


NumericRTable

OpenMaple representation of an RTable of type sfloat

 

Description

Method Summary

Description

• 

The com.maplesoft.openmaple.NumericRTable class represents a Maple rtable of type sfloat.  NumericRTable 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[], Numeric value ) throws MapleException

• 

assign puts value into the position indexed by index.

Numeric select( int index[] ) throws MapleException

• 

select returns the element in the AlgebraicRTable indexed by index.

See Also

OpenMaple

OpenMaple/Java/Algebraic

OpenMaple/Java/API

OpenMaple/Java/Examples

OpenMaple/Java/Numeric

OpenMaple/Java/RTable