public class UnitVector
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
double[] |
component()
Retrieve the Unit Vector's Component Array
|
double[] |
directionalIncrement(double[] adblVariate,
double dblStepLength)
Compute the Directional Increment along the Vector
|
static UnitVector |
Standard(double[] adbl)
Construct an Instance of the Unit Vector from the Input Vector
|
public static final UnitVector Standard(double[] adbl)
adbl - The Input Double Vectorpublic double[] component()
public double[] directionalIncrement(double[] adblVariate,
double dblStepLength)
adblVariate - The Starting R^d VariatedblStepLength - The Step Length