|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectnumericalMethods.calculus.minimizing.LineND
| Constructor Summary | |
LineND(double[] aPoint,
double[] aDirection)
|
|
| Method Summary | |
double[] |
getDirection()
Get the value of direction. |
double[] |
getDoubleArrayValue()
|
void |
getDoubleArrayValue(double[] value,
int offset)
Writes the double array value into a
double[]. |
int |
getDoubleArrayValueLength()
Get the length of the double array value. |
int |
getN()
Get the value of n. |
double[] |
getPoint()
Get the value of point. |
double |
getT()
Get the value of t. |
void |
getValue(double[] value)
|
void |
setDirection(double[] v)
Set the value of direction. |
void |
setDoubleParameter(double p)
Set the double parameter. |
void |
setN(int v)
Set the value of n. |
void |
setPoint(double[] v)
Set the value of point. |
void |
setT(double v)
Set the value of t. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public LineND(double[] aPoint,
double[] aDirection)
| Method Detail |
public double getT()
public void setT(double v)
v - Value to assign to t.public int getN()
public void setN(int v)
v - Value to assign to n.public double[] getDirection()
public void setDirection(double[] v)
v - Value to assign to direction.public double[] getPoint()
public void setPoint(double[] v)
v - Value to assign to point.public void setDoubleParameter(double p)
DoubleParametrizeddouble parameter.
setDoubleParameter in interface DoubleParametrizedp - the value to which the double parameter is set.public double[] getDoubleArrayValue()
public final int getDoubleArrayValueLength()
DoubleArrayValueddouble array value.
getDoubleArrayValueLength in interface DoubleArrayValueddouble array value.public final void getValue(double[] value)
public final void getDoubleArrayValue(double[] value,
int offset)
DoubleArrayValueddouble array value into a
double[]. When the method returns,
value[offset,…,offset+len-1] contains the
double array value, where len is the value
returned by DoubleArrayValued.getDoubleArrayValueLength(). The other elements
of value should not be changed.
getDoubleArrayValue in interface DoubleArrayValuedvalue - a double[] whith length at least
offset+len, into which the double array
value is copied.offset - the position in value where the
double array value is copied to.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||