public interface BanachSpace<B,F extends Field<F> & java.lang.Comparable<F>> extends VectorSpace<B,F>
| Modifier and Type | Method and Description |
|---|---|
double |
norm()
|·| : B → F
norm assigns a strictly positive length or size to all vectors in the vector space,
other than the zero vector. |
scaledadd, minus, opposite, ZEROdouble norm()
norm assigns a strictly positive length or size to all vectors in the vector space,
other than the zero vector.