Class RealComposite<T extends RealType<T>>

All Implemented Interfaces:
Iterable<T>, EuclideanSpace, Positionable, RealLocalizable, RealPositionable, NumericType<RealComposite<T>>, Add<RealComposite<T>>, Div<RealComposite<T>>, Mul<RealComposite<T>>, MulFloatingPoint, Pow<RealComposite<T>>, PowFloatingPoint, SetOne, SetZero, Sub<RealComposite<T>>, ValueEquals<RealComposite<T>>, Type<RealComposite<T>>, Composite<T>

public class RealComposite<T extends RealType<T>> extends AbstractNumericComposite<T, RealComposite<T>> implements RealPositionable, RealLocalizable
A vector of RealType scalars. It is a NumericType itself, implementing the NumericType algebra as element-wise operations.