Class MatrixOperatorSet


public class MatrixOperatorSet extends XOperatorSet
The set of operators used in matricies.
Author:
Rich Morris Created on 27-Jul-2003
  • Field Details

  • Constructor Details

    • MatrixOperatorSet

      public MatrixOperatorSet()
  • Method Details

    • getMList

      public Operator getMList()
    • getOperators

      public Operator[] getOperators()
      Description copied from class: OperatorSet
      Gets the list of operators. Note subclasses should override this method.
      Overrides:
      getOperators in class OperatorSet