edu.buffalo.fs7.mathlib
Class MathMap

java.lang.Object
  |
  +--edu.buffalo.fs7.mathlib.MathObject
        |
        +--edu.buffalo.fs7.mathlib.MathMap
All Implemented Interfaces:
java.lang.Cloneable
Direct Known Subclasses:
Command, CosMap, Decoherence, DumpMap, ExpMap, Measurement, NoiseError, Norm, OneMap, PhMap, RxMap, RyMap, RzMap, SinMap, SqrtMap

public class MathMap
extends MathObject

generic class for a mathematical one-argument function. It is not directly instantiated.

See Also:
ExpMap, Command

Fields inherited from class edu.buffalo.fs7.mathlib.MathObject
mathlib
 
Constructor Summary
MathMap()
          generic constructor
 
Method Summary
 MathObject apply(MathObject o)
          generic apply routine common for all MathMaps
 
Methods inherited from class edu.buffalo.fs7.mathlib.MathObject
clone, toParseableString, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MathMap

public MathMap()
generic constructor
Method Detail

apply

public MathObject apply(MathObject o)
generic apply routine common for all MathMaps