ru.sscc.spline.reduction
Class IdenticReduction

java.lang.Object
  |
  +--ru.sscc.spline.reduction.IdenticReduction

public final class IdenticReduction
extends java.lang.Object
implements Reduction

The implementation of the identic space reduction yi = xi.

See Also:
Serialized Form

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

IdenticReduction

public IdenticReduction(int dimension)
The constructor.
Parameters:
dimension - the space dimension
Method Detail

initialDimension

public int initialDimension()
Returns the dimension of initial space of independent varibles.
Specified by:
initialDimension in interface Reduction

reducedDimension

public int reducedDimension()
Returns the dimension of reduced space of independent varibles.
Specified by:
reducedDimension in interface Reduction

reducePoint

public void reducePoint(RealPointer x,
                        RealPointer y)
Transforms a point coordinates using the identic transformation yi = xi.
Specified by:
reducePoint in interface Reduction
Parameters:
x - a point in initial coordinates
y - the point in reduced coordinates