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

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

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

Methods in at.dms.kjc.sir.linear 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.linear with parameters of type LinearForm
 LinearForm LinearForm.plus(LinearForm other)
          Add two linear forms together.