|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--edu.buffalo.fs7.mathlib.MathObject
|
+--edu.buffalo.fs7.mathlib.MathMap
|
+--edu.buffalo.fs7.mathlib.ExpMap
Class representing the complex exp() function. It can operate on complex numbers and on quadratic matrices.
MathMap,
Parse| Fields inherited from class edu.buffalo.fs7.mathlib.MathObject |
mathlib |
| Constructor Summary | |
ExpMap()
creates the exp function |
|
| Method Summary | |
MathObject |
apply(MathObject o)
applies the exp function to either a complex number or a quadratic matrix. |
java.lang.String |
toString()
returns string representation of the exp map |
| Methods inherited from class edu.buffalo.fs7.mathlib.MathObject |
clone, toParseableString |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ExpMap()
| Method Detail |
public MathObject apply(MathObject o)
apply in class MathMapComplex,
Normpublic java.lang.String toString()
toString in class MathObjectedu.buffalo.fs7.mathlib.MathObjectMathObject.toParseableString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||