JSci.maths
Interface MappingND

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

public interface MappingND

This interface defines an N dimensional map.

Version:
1.1
Author:
Mark Hale
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.