Class Engine.ConversionParameters

    • Field Summary

      Fields 
      Modifier and Type Field Description
      boolean getIntMatrices
      If true, double matrices where all elements represent integers are returned as IntMatrixTokens (default false).
      boolean getScalarMatrices
      If true (default), 1x1 matrices are returned as appropriate ScalarToken.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • getScalarMatrices

        public boolean getScalarMatrices
        If true (default), 1x1 matrices are returned as appropriate ScalarToken.
      • getIntMatrices

        public boolean getIntMatrices
        If true, double matrices where all elements represent integers are returned as IntMatrixTokens (default false).
    • Constructor Detail

      • ConversionParameters

        public ConversionParameters()