|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface minimizable1d
Interface for a function that can return a gradient.
Method Summary | |
---|---|
double |
getF()
Get the value of the function |
double |
getF(doubleSignal1d grad)
Get the value of the function and its gradient |
int |
getLength()
Get length of the function argument |
doubleSignal1d |
getX()
|
void |
setX(doubleSignal1d x)
Set x value at with the function will be evaluated |
Method Detail |
---|
void setX(doubleSignal1d x) throws invalid_data_exception, size_mismatch_exception
invalid_data_exception
size_mismatch_exception
double getF() throws invalid_data_exception, size_mismatch_exception
invalid_data_exception
size_mismatch_exception
double getF(doubleSignal1d grad) throws invalid_data_exception, size_mismatch_exception
invalid_data_exception
size_mismatch_exception
int getLength()
doubleSignal1d getX()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |