org.apache.commons.math3.analysis.differentiation
private static class DerivativeStructure.DataTransferObject extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
private double[] |
data
Partial derivatives.
|
private int |
order
Derivation order.
|
private static long |
serialVersionUID
Serializable UID.
|
private int |
variables
Number of variables.
|
Constructor and Description |
---|
DerivativeStructure.DataTransferObject(int variables,
int order,
double[] data)
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
private Object |
readResolve()
Replace the deserialized data transfer object with a
DerivativeStructure . |
private static final long serialVersionUID
private final int variables
private final int order
private final double[] data
public DerivativeStructure.DataTransferObject(int variables, int order, double[] data)
variables
- number of variablesorder
- derivation orderdata
- partial derivativesprivate Object readResolve()
DerivativeStructure
.DerivativeStructure
Copyright (c) 2003-2013 Apache Software Foundation