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

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

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

Fields in at.dms.kjc.sir.statespace declared as LinearCost
static LinearCost LinearCost.ZERO
          LinearCost with 0 multiplies and 0 adds.
 

Methods in at.dms.kjc.sir.statespace that return LinearCost
 LinearCost LinearFilterRepresentation.getCost()
          returns a LinearCost object that represents the number of multiplies and adds that are necessary to implement this linear filter representation (in steady state).
 LinearCost LinearCost.plus(LinearCost other)
          returns a new LinearCost that represents the sum (element wise) of this and other.
 

Methods in at.dms.kjc.sir.statespace with parameters of type LinearCost
 boolean LinearCost.lessThan(LinearCost other)
          Returns true if this represents less computation than other.
 LinearCost LinearCost.plus(LinearCost other)
          returns a new LinearCost that represents the sum (element wise) of this and other.