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

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

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

Methods in at.dms.kjc.sir.statespace that return LinearForm
 LinearForm LinearForm.divideByConstant(ComplexNumber divideFactor)
          Divide all weights and the offset of this linear form by a constant.
 LinearForm LinearForm.multiplyByConstant(ComplexNumber scaleFactor)
          Scale a linear form by a constant.
 LinearForm LinearForm.negate()
          Negate the LinearForm.
 LinearForm LinearForm.plus(LinearForm other)
          Add two linear forms together.
 

Methods in at.dms.kjc.sir.statespace with parameters of type LinearForm
 LinearForm LinearForm.plus(LinearForm other)
          Add two linear forms together.