Class MatrixComponentSet

java.lang.Object
com.singularsys.jep.ComponentSet
com.singularsys.extensions.matrix.MatrixComponentSet

public class MatrixComponentSet extends ComponentSet
The set of components used by a Jep instance with Vector-Matrix support. This set will use a MatrixFunctionTable, MatrixOperatorTable. It will either use a supplied MatrixComponents or build one using the supplied MatrixFactory and MatrixField. It uses StandardConfigurableParser necessary for parsing matrix expression and a DimensionVisitor.
  • Field Details

  • Constructor Details

    • MatrixComponentSet

      public MatrixComponentSet(MatrixFactoryI fact, MatrixFieldI field)
      ComponentSet using a DoubleNumberFactory, and specified MatrixFactory and MatrixField
    • MatrixComponentSet

      public MatrixComponentSet(NumberFactory nf, MatrixFactoryI fact, MatrixFieldI field)
      ComponentSet with specified number factory, matrix factory and field
      Parameters:
      nf -
      fact -
      field -
    • MatrixComponentSet

      public MatrixComponentSet(JepComponent... components)
  • Method Details