|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.math3.analysis.differentiation.DerivativeStructure.DataTransferObject
private static class DerivativeStructure.DataTransferObject
Internal class used only for serialization.
Field Summary | |
---|---|
private double[] |
data
Partial derivatives. |
private int |
order
Derivation order. |
private static long |
serialVersionUID
Serializable UID. |
private int |
variables
Number of variables. |
Constructor Summary | |
---|---|
DerivativeStructure.DataTransferObject(int variables,
int order,
double[] data)
Simple constructor. |
Method Summary | |
---|---|
private java.lang.Object |
readResolve()
Replace the deserialized data transfer object with a DerivativeStructure . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
private final int variables
private final int order
private final double[] data
Constructor Detail |
---|
public DerivativeStructure.DataTransferObject(int variables, int order, double[] data)
variables
- number of variablesorder
- derivation orderdata
- partial derivativesMethod Detail |
---|
private java.lang.Object readResolve()
DerivativeStructure
.
DerivativeStructure
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |