Interface Composite<T>

All Known Implementing Classes:
AbstractComposite, AbstractNumericComposite, GenericComposite, NumericComposite, RealComposite

public interface Composite<T>
A Composite is a vector of scalars T.
Author:
Stephan Saalfeld
  • Method Summary

    Modifier and Type
    Method
    Description
    get(long i)
    Get the ith scalar value of the Composite.
  • Method Details

    • get

      T get(long i)
      Get the ith scalar value of the Composite.
      Parameters:
      i -
      Returns: