|
|||||||||
| 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.Argument
abstract template class for objects which can be treated as arguments for mathematical operations, i.e. complex numbers, vectors, matrices.
Complex,
Vect,
Braket,
Matrix| Fields inherited from class edu.buffalo.fs7.mathlib.MathObject |
mathlib |
| Constructor Summary | |
Argument()
|
|
Argument(MathObject o)
|
|
| Method Summary | |
abstract boolean |
equals(MathObject m1)
equality predicate |
| 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 |
public Argument()
public Argument(MathObject o)
| Method Detail |
public abstract boolean equals(MathObject m1)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||