Class DoubleMatrixComponents

  • All Implemented Interfaces:
    JepComponent, java.io.Serializable

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

      • 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