Class RealComposite<T extends RealType<T>>

All Implemented Interfaces:
Iterable<T>, NumericType<RealComposite<T>>, Add<RealComposite<T>>, Div<RealComposite<T>>, Mul<RealComposite<T>>, MulFloatingPoint, 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>>
A vector of RealType scalars. It is a NumericType itself, implementing the NumericType algebra as element-wise operations.
Author:
Stephan Saalfeld
  • Constructor Details

    • RealComposite

      public RealComposite(RandomAccess<T> sourceAccess, int length)
  • Method Details

    • createVariable

      public RealComposite<T> createVariable()
      Generates a 1D ArrayImg<T>
      Returns:
      a new Type variable
    • copy

      public RealComposite<T> copy()
      Description copied from interface: Type
      Creates a new Type variable that has the value of this Type
      Returns:
      a new Type variable