Uses of Class
at.dms.kjc.sir.statespace.transform.LinearTransform

Packages that use LinearTransform
at.dms.kjc.sir.statespace.transform Performs algebraic combination of adjacent linear statespace filters in the stream graph. 
 

Uses of LinearTransform in at.dms.kjc.sir.statespace.transform
 

Subclasses of LinearTransform in at.dms.kjc.sir.statespace.transform
 class LinearTransformFeedback
           
 class LinearTransformNull
          Represents a null transform -- eg no transform to apply.
 class LinearTransformPipeline
          Represents a pipeline combination transform.
 class LinearTransformSplitJoin
          Contains the code for merging all the filters from a split join into a single monolithic matrix.
 

Methods in at.dms.kjc.sir.statespace.transform that return LinearTransform
static LinearTransform LinearTransformPipeline.calculate(List<LinearFilterRepresentation> linearRepList)
          Sets up the calculation of the overall linear representation of a sequential list of linear representations.
static LinearTransform LinearTransformSplitJoin.calculateDuplicate(List<LinearFilterRepresentation> representationList, int[] joinerWeights)
          Calculate the necessary information to combine the splitjoin when the splitter is a duplicate.
static LinearTransform LinearTransformFeedback.calculateFeedback(LinearFilterRepresentation bodyRep, LinearFilterRepresentation loopRep, int[] weights)