Uses of Package
at.dms.kjc.sir.statespace

Packages that use at.dms.kjc.sir.statespace
at.dms.kjc.sir.statespace Provides analysis and optimization of linear statespace portions of the stream graph. 
at.dms.kjc.sir.statespace.transform Performs algebraic combination of adjacent linear statespace filters in the stream graph. 
 

Classes in at.dms.kjc.sir.statespace used by at.dms.kjc.sir.statespace
ComplexNumber
          This class represents a complex number in the Linear filter extraction framework.
FilterMatrix
          A FilterMatrix represents a matrix for use in the linear filter analysis of StreamIt.
FilterVector
          A FilterVector is, at its most basic level, a simple, one dimensional row vector.
LinearAnalyzer
          The LinearAnalyzer visits all of the filters and structures in a StreamIt program.
LinearComputationTuple
          A LinearComputationTuple represents tuples of (input position, coefficent) (eg the terms that are calculated to produce linear output.) The input position is defined as follows: input position 0 is the input generated by peek(0); input position 1 is the input generated by peek(1) and so on.
LinearCost
          This class represents the cost (variously defined) of computing the value of a linear filter representation.
LinearDot
          This class extends the main StreamIt dot (graph) printer to annotate the dot graphs with linear analysis information.
LinearFilterRepresentation
          A LinearFilterRepresentation represents the computations performed by a filter on its input values as four matrices.
LinearForm
          A LinearForm is the representation of a variable inside the linear dataflow analysis.
LinearRedundancy
          A LinearRedundancy contains information about redundant computations that occur across filter invocations.
LinearRedundancyAnalyzer
          The LinearRedundancyAnalyzer tries to determine redundant computations across the firings of filters.
LinearReplacer
          A LinearReplacer is the base class that all replacers that make use of linear information inherit from.
$Id: LinearReplacer.java,v 1.5 2006/09/25 13:54:46 dimock Exp $
 

Classes in at.dms.kjc.sir.statespace used by at.dms.kjc.sir.statespace.transform
LinearFilterRepresentation
          A LinearFilterRepresentation represents the computations performed by a filter on its input values as four matrices.