|
|||||||||
| 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.Norm
Class representing a norm map. For vectors it is the L_2 norm, for matrices it is the maximums norm.
ExpMap| Fields inherited from class edu.buffalo.fs7.mathlib.MathObject |
mathlib |
| Constructor Summary | |
Norm()
creates a norm map |
|
| Method Summary | |
MathObject |
apply(MathObject o)
calculates the norm of a MathObeject. |
java.lang.String |
toString()
returns string representation |
| 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 Norm()
| Method Detail |
public MathObject apply(MathObject o)
apply in class MathMappublic 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 | ||||||||