public abstract class MRpRes
extends java.lang.Object
Constructor and Description |
---|
MRpRes() |
Modifier and Type | Method and Description |
---|---|
abstract void |
copyToVecMat(MatrixValueI res)
Copy the value into res.
|
abstract Dimensions |
getDims()
The Dimension of the object
|
abstract java.lang.Object |
toArray()
Returns an array of doubles with the values filled in.
|
MatrixValueI |
toVecMat()
Converts to a MatrixValueI object.
|
public abstract Dimensions getDims()
public abstract void copyToVecMat(MatrixValueI res) throws ParseException
res
- The object values will be copied into, must be of corect type.ParseException
- if the res is not of the same type.public final MatrixValueI toVecMat() throws ParseException
ParseException
- should not happen!public abstract java.lang.Object toArray()
http://www.singularsys.com/jep Copyright © 2007 Singular Systems