SSJ
V. 1.2.5.

Package umontreal.iro.lecuyer.util

This package contains utility classes used in the Java software developed in the simulation laboratory of the DIRO, at the Université de Montréal.

See:
          Description

Interface Summary
MathFunction This interface should be implemented by classes which represent univariate mathematical functions.
 

Class Summary
ArithmeticMod This class provides facilities to compute multiplications of scalars, of vectors and of matrices modulo m.
BitMatrix This class implements matrices of bits of arbitrary dimensions.
BitVector This class implements vectors of bits and the operations needed to use them.
Chrono Chrono is a small class that acts as an interface to the system clock and calculates the CPU time consumed by parts of a program.
ChronoSingleThread The ChronoSingleThread class extends the Chrono class and computes the CPU time for the current thread only.
JDBCManager This class provides some facilities to connect to a SQL database and to retrieve data stored in it.
Misc This class provides miscellaneous functions that are hard to classify.
Num This class provides a few constants and some methods to compute numerical quantities such as factorials, combinations, gamma functions, and so on.
PrintfFormat This class acts like a StringBuffer which defines new types of append methods.
RootFinder This class provides methods to solve non-linear equations.
TableFormat This class provides methods to format arrays and matrices into Strings in different styles.
TextDataReader Provides static methods to read data from text files.
 

Exception Summary
 

Package umontreal.iro.lecuyer.util Description

This package contains utility classes used in the Java software developed in the simulation laboratory of the DIRO, at the Université de Montréal. Many of these tools were originally implemented in the Modula-2 language and have been translated in C and then in Java, with some adaptations along the road.


SSJ
V. 1.2.5.

To submit a bug or ask questions, send an e-mail to Pierre L'Ecuyer.