Interface LinearCombination


  • public interface LinearCombination
    Computes linear combinations as the the sum of the products of two sequences of numbers ai bi.
    See Also:
    Dot product
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static interface  LinearCombination.FourD
      Compute the sum of the products of two sequences of 4 factors.
      static interface  LinearCombination.ND
      Compute the sum of the products of two sequences of n factors.
      static interface  LinearCombination.ThreeD
      Compute the sum of the products of two sequences of 3 factors.
      static interface  LinearCombination.TwoD
      Compute the sum of the products of two sequences of 2 factors.