JSci.maths
Interface MappingND

All Known Implementing Classes:
CatMap, GingerbreadManMap, HenonMap, StandardMap

public interface MappingND

This interface defines a map between N-dimensional spaces.

See Also:
Mapping, ComplexMapping

Method Summary
 double[] map(double[] x)
          A user-defined map.
 

Method Detail

map

double[] map(double[] x)
A user-defined map.