|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.math3.optim.nonlinear.vector.ModelFunction
public class ModelFunction
Model (vector) function to be optimized.
Field Summary | |
---|---|
private MultivariateVectorFunction |
model
Function to be optimized. |
Constructor Summary | |
---|---|
ModelFunction(MultivariateVectorFunction m)
|
Method Summary | |
---|---|
MultivariateVectorFunction |
getModelFunction()
Gets the model function to be optimized. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final MultivariateVectorFunction model
Constructor Detail |
---|
public ModelFunction(MultivariateVectorFunction m)
m
- Model function to be optimized.Method Detail |
---|
public MultivariateVectorFunction getModelFunction()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |