Class SCAL

java.lang.Object
org.ojalgo.array.operation.SCAL
All Implemented Interfaces:
ArrayOperation

public abstract class SCAL extends 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 Details

    • THRESHOLD

      public static int THRESHOLD
  • Constructor Details

    • SCAL

      public SCAL()