Class SCAL

  • All Implemented Interfaces:
    ArrayOperation

    public abstract class SCAL
    extends java.lang.Object
    implements ArrayOperation
    The ?scal routines perform a vector operation defined as x = a*x where: a is a scalar, x is an n-element vector.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int THRESHOLD  
    • Constructor Summary

      Constructors 
      Constructor Description
      SCAL()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • THRESHOLD

        public static int THRESHOLD
    • Constructor Detail

      • SCAL

        public SCAL()