public abstract class MRpRes extends 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 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 Object toArray()
Jas4pp 1.5 © Java Analysis Studio for Particle Physics