Interface NormedVectorSpace<V,S,F extends Field<S>>
- Type Parameters:
V- Vector type.S- Scalar type.F- Scalar field type
- All Superinterfaces:
AdditiveGroup<V>,CommutativeMonoid<V>,Module<V,,S, F> Set<V>,VectorSpace<V,S, F>
- All Known Implementing Classes:
ComplexCoordinateSpace,RealCoordinateSpace
An inner product space is a vector space with an inner product.
-
Method Summary
Methods inherited from interface dk.jonaslindstrom.ruffini.common.abstractions.AdditiveGroup
doubling, isZero, negate, scale, scale, subtract, sumMethods inherited from interface dk.jonaslindstrom.ruffini.common.abstractions.CommutativeMonoid
add, add, add, zeroMethods inherited from interface dk.jonaslindstrom.ruffini.common.abstractions.Module
getScalars, scale
-
Method Details
-
norm
-