|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ru.sscc.spline.reduction.IdenticReduction
The implementation of the identic space reduction yi = xi.
Constructor Summary | |
IdenticReduction(int dimension)
The constructor. |
Method Summary | |
int |
initialDimension()
Returns the dimension of initial space of independent varibles. |
int |
reducedDimension()
Returns the dimension of reduced space of independent varibles. |
void |
reducePoint(RealPointer x,
RealPointer y)
Transforms a point coordinates using the identic transformation yi = xi. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public IdenticReduction(int dimension)
dimension
- the space dimensionMethod Detail |
public int initialDimension()
public int reducedDimension()
public void reducePoint(RealPointer x, RealPointer y)
x
- a point in initial coordinatesy
- the point in reduced coordinates
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |