Package jline.lib.SMC

Class ParseOptPara

  • All Implemented Interfaces:

    
    public final class ParseOptPara
    
                        

    ParseOptPara - Utility function to parse optional parameters

    This is a Kotlin port of the MATLAB ParseOptPara function for parsing optional parameters in QBD and related solvers.

    • Constructor Summary

      Constructors 
      Constructor Description
      ParseOptPara()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.Object

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

      • ParseOptPara

        ParseOptPara()
    • Method Detail