Package org.grinvin.util

Class Summary

GaussElimination
GrinvinUtilities A collection of utility methods for GrInvIn.
InternationalizedProperties Internationalized version of the standard Java java.util.Properties class.
IOHelper Class that contains some static helper methods.
IteratorWithoutRemove<T> Allows the use of an existing iterator in such a way that the remove operation throws an UnsupportedOperationException.
LocalClassLoader Class loader which loads classes from a local classpath, i.e., a set of directories on the local file system.
SingletonBroker<T> An object of this type keeps track of a set of singleton objects of type T which can be requested by id.
Tridiagonal This class represents a symmetric tridiagonal real matrix.