Package rvl.util

Interface Summary
Closeable Interface for any class that has a close() method This is used for handling of fatal errors, e.g., rvl.Utility.error
Solvable Interface for classes that use SolveObject
Value Interface for things that have a value, a name, and a label
 

Class Summary
Category Class for specifying categorical parameters
FunctionPointer This class allows you to set up a UniFunction object for use in Solve, etc.
LinAlg Linear algebra functions
ModelessMsgBox  
MoreMath Useful math functions
NumAnal  
Param Class for specifying numerical parameters
Solve Routines for numerical solution of univariate equations
SolveObject This class allows one to set up a hook in any object to reference in Solve.illinois() or Solve.search().
Sort class for sorting algorithms
TextAreaOutputStream This class is used to set up a TextArea to receive output.
UniFunction This class allows one to set up a univariate function object, including a specification of its domain and whether the endpoints are open or closed.
Utility