Package edu.rit.numeric

Package edu.rit.numeric provides classes and interfaces for scientific numerical computation.

See:
          Description

Interface Summary
Series Interface Series specifies the interface for a series of real values (type double).
XYSeries Interface XYSeries specifies the interface for a series of (x,y) pairs of real values (type double).
 

Class Summary
BasicFloatXYSeries Class BasicFloatXYSeries provides a series of (x,y) pairs of real values (type float) where the values are stored in internal arrays.
BasicXYSeries Class BasicXYSeries provides a series of (x,y) pairs of real values (type double) where the values are stored in internal arrays.
 

Exception Summary
DomainException Class DomainException is an unchecked runtime exception thrown if a function's argument is outside the allowed set of values for the function.
NumericRuntimeException Class NumericRuntimeException is the base class for an unchecked runtime exception thrown by a method in a numerical class.
 

Package edu.rit.numeric Description

Package edu.rit.numeric provides classes and interfaces for scientific numerical computation. Generally useful classes and interfaces are in the main package edu.rit.numeric. Classes and interfaces for specific numerical algorithms are in subpackages:



Copyright © 2005 by Alan Kaminsky. All rights reserved. Send comments to ark­@­cs.rit.edu.