Class NumericComposite<T extends NumericType<T>>

All Implemented Interfaces:
Iterable<T>, NumericType<NumericComposite<T>>, Add<NumericComposite<T>>, Div<NumericComposite<T>>, Mul<NumericComposite<T>>, MulFloatingPoint, Pow<NumericComposite<T>>, PowFloatingPoint, SetOne, SetZero, Sub<NumericComposite<T>>, ValueEquals<NumericComposite<T>>, Type<NumericComposite<T>>, Composite<T>

public class NumericComposite<T extends NumericType<T>> extends AbstractNumericComposite<T, NumericComposite<T>>
A vector of NumericType scalars. It is a NumericType itself, implementing the NumericType algebra as element-wise operations.
  • Constructor Details

    • NumericComposite

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