Uses of Class
at.dms.kjc.sir.statespace.LinearRedundancyAnalyzer

Packages that use LinearRedundancyAnalyzer
at.dms.kjc.sir.statespace Provides analysis and optimization of linear statespace portions of the stream graph. 
 

Uses of LinearRedundancyAnalyzer in at.dms.kjc.sir.statespace
 

Methods in at.dms.kjc.sir.statespace with parameters of type LinearRedundancyAnalyzer
static void LinearDotSimple.printGraph(SIRStream str, String filename, LinearAnalyzer lfa, LinearRedundancyAnalyzer lra)
          Prints dot graph of
static void LinearDot.printGraph(SIRStream str, String filename, LinearAnalyzer lfa, LinearRedundancyAnalyzer lra)
          Prints dot graph of to , using LinearAnalyzer lfa and LinearRedundancyAnalyzer lra.
 

Constructors in at.dms.kjc.sir.statespace with parameters of type LinearRedundancyAnalyzer
LinearDot(PrintStream outputstream, LinearAnalyzer anal, LinearRedundancyAnalyzer lra)
          Make a LinearDot printer that prints out the dot graph using information from the linear filter analyzer to annotate the graph (eg color it silly).
LinearDotSimple(PrintStream outputstream, LinearAnalyzer anal, LinearRedundancyAnalyzer lra)
          Make a LinearDotSimple printer that prints out the dot graph using information from the linear filter analyzer to annotate the graph (eg color it silly).