Class DoubleMatrixComponents

java.lang.Object
com.singularsys.jep.ComponentSubset
com.singularsys.extensions.matrix.MatrixComponents
com.singularsys.extensions.matrix.doublemat.DoubleMatrixComponents
All Implemented Interfaces:
JepComponent, Serializable

public class DoubleMatrixComponents extends MatrixComponents
A JepComponent encapsulating a DoubleMatrixFactory and DoubleMatrixField.
Author:
richard
See Also:
  • Constructor Details

    • DoubleMatrixComponents

      public DoubleMatrixComponents()
      Constructor with no logical or string support
    • DoubleMatrixComponents

      public DoubleMatrixComponents(boolean logical, boolean strings)
      Constructor with optional logical and string support
      Parameters:
      logical - whether operations on booleans are supported
      strings - whether string operations are supported