Package util

Provides various utility classes.

See:
          Description

Class Summary
Cart3DRunner Runs CART3D with or without using a job-queueing system.
CholeskyFactor Implements a square lower-triangular matrix.
CommandLine Supports the execution of commands as they would work in a bash shell environment.
CommandLineRunner Utility to assist running a tool from the command line.
Exceptions A class to hold exceptions for this framework.
Hypercube A class to specify an n-dimensional hypercube, by specifying its lower bound and upper bound.
LowerTriangularMatrix  
MatrixUtilities Utilities for removing entries from vectors, rows and columns from matrices.
PanairRunnerLinux Utility class for running PANAIR using a specified input filename.
PanairRunnerShevell Extends PanairRunnerLinux to run on shevell, which runs ROCKS Linux and the job scheduler PBS, using the command qsub.
 

Exception Summary
Exceptions.ComputationException Thrown when a computation fails for some reason.
Exceptions.InputDimensionException Thrown when there is an input dimension mismatch.
Exceptions.OutOfBoundsException Thrown when an argument is out of bounds, typically for a Computable.
Exceptions.OutputDimensionException Thrown when there is an output dimension mismatch.
Exceptions.SingularMatrixException Thrown when a matrix that shouldn't be singular, is.
 

Package util Description

Provides various utility classes.