Package org.ojalgo.array.operation
Class SCAL
java.lang.Object
org.ojalgo.array.operation.SCAL
- All Implemented Interfaces:
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 -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
THRESHOLD
public static int THRESHOLD
-
-
Constructor Details
-
SCAL
public SCAL()
-