Class NumericComposite<T extends NumericType<T>>

All Implemented Interfaces:
Iterable<T>, NumericType<NumericComposite<T>>, Add<NumericComposite<T>>, Div<NumericComposite<T>>, Mul<NumericComposite<T>>, MulFloatingPoint, 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.
Author:
Stephan Saalfeld
  • Constructor Details

    • NumericComposite

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