org.ojalgo.matrix.operation
Class MatrixOperation

java.lang.Object
  extended by org.ojalgo.matrix.operation.MatrixOperation
Direct Known Subclasses:
AggregateAll, ApplyTransformations, CAXPY, FillMatchingBoth, FillMatchingLeft, FillMatchingRight, FillMatchingSingle, GenerateApplyAndCopyHouseholderColumn, GenerateApplyAndCopyHouseholderRow, HermitianRank2Update, HouseholderHermitian, HouseholderLeft, HouseholderRight, MAXPY, ModifyAll, MultiplyBoth, MultiplyHermitianAndVector, MultiplyLeft, MultiplyRight, RAXPY, RotateLeft, RotateRight, SubstituteBackwards, SubstituteForwards, SubtractScaledVector

public abstract class MatrixOperation
extends Object

aData array to be updated aRowDim, aFirstCol & aColLimit (or aFirstRow, aRowLimit & aColDim) as needed. other, operation specific, arguments in logical order

Author:
apete

Method Summary
abstract  int getThreshold()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getThreshold

public abstract int getThreshold()