public interface RealVectorNorm extends Norm<Vector<Double>>
| Modifier and Type | Method and Description |
|---|---|
Term |
distanceTerm(Term[] obj1,
Term[] obj2)
The distance between the two objects as a term.
|
Term |
distanceTerm(Vector<Term> obj1,
Vector<Term> obj2)
The distance between the two objects as a term.
|
Term |
normTerm(Term[] obj)
Returns the norm as a term of the given terms
|
Term |
normTerm(Vector<Term> obj)
Returns the norm as a term of the given terms
|
Term normTerm(Vector<Term> obj)
obj - some term vectorTerm normTerm(Term[] obj)
obj - some term arrayTerm distanceTerm(Vector<Term> obj1, Vector<Term> obj2)
obj1 - some termsobj2 - some termsCopyright © 2018. All rights reserved.