Class RealCoordinateSpace
java.lang.Object
dk.jonaslindstrom.ruffini.common.structures.AbstractModule<V,S,F>
dk.jonaslindstrom.ruffini.common.structures.AbstractVectorSpace<Vector<E>,E,F>
dk.jonaslindstrom.ruffini.common.structures.VectorSpaceOverField<Double,RealNumbers>
dk.jonaslindstrom.ruffini.reals.structures.RealCoordinateSpace
- All Implemented Interfaces:
AdditiveGroup<Vector<Double>>,CommutativeMonoid<Vector<Double>>,InnerProductSpace<Vector<Double>,,Double, RealNumbers> Module<Vector<Double>,,Double, RealNumbers> NormedVectorSpace<Vector<Double>,,Double, RealNumbers> Set<Vector<Double>>,VectorSpace<Vector<Double>,Double, RealNumbers>
public class RealCoordinateSpace
extends VectorSpaceOverField<Double,RealNumbers>
implements NormedVectorSpace<Vector<Double>,Double,RealNumbers>
-
Field Summary
Fields inherited from class dk.jonaslindstrom.ruffini.common.structures.AbstractModule
ring, vectors -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class dk.jonaslindstrom.ruffini.common.structures.VectorSpaceOverField
innerProduct, scaleMethods inherited from class dk.jonaslindstrom.ruffini.common.structures.AbstractModule
add, equals, getScalars, negate, toString, zeroMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
-
Constructor Details
-
RealCoordinateSpace
public RealCoordinateSpace(int n)
-
-
Method Details
-
norm
- Specified by:
normin interfaceNormedVectorSpace<Vector<Double>,Double, RealNumbers>
-