org.ojalgo.matrix.operation
Class MultiplyLeft

java.lang.Object
  extended by org.ojalgo.matrix.operation.MatrixOperation
      extended by org.ojalgo.matrix.operation.MultiplyLeft

public final class MultiplyLeft
extends MatrixOperation


Field Summary
static int THRESHOLD
           
 
Method Summary
 int getThreshold()
           
static void invoke(BigDecimal[] aData, int aFirstRow, int aRowLimit, MatrixStore<BigDecimal> aLeftStore, BigDecimal[] aRightArray)
           
static void invoke(ComplexNumber[] aData, int aFirstRow, int aRowLimit, MatrixStore<ComplexNumber> aLeftStore, ComplexNumber[] aRightArray)
           
static void invoke(double[] aData, int aFirstRow, int aRowLimit, MatrixStore<Double> aLeftStore, double[] aRightArray)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

THRESHOLD

public static int THRESHOLD
Method Detail

invoke

public static void invoke(BigDecimal[] aData,
                          int aFirstRow,
                          int aRowLimit,
                          MatrixStore<BigDecimal> aLeftStore,
                          BigDecimal[] aRightArray)

invoke

public static void invoke(ComplexNumber[] aData,
                          int aFirstRow,
                          int aRowLimit,
                          MatrixStore<ComplexNumber> aLeftStore,
                          ComplexNumber[] aRightArray)

invoke

public static void invoke(double[] aData,
                          int aFirstRow,
                          int aRowLimit,
                          MatrixStore<Double> aLeftStore,
                          double[] aRightArray)

getThreshold

public int getThreshold()
Specified by:
getThreshold in class MatrixOperation