Method: Mgmg::TPolynomial#eff

Defined in:
lib/mgmg/poly.rb

#eff(smith, comp = smith) ⇒ Object



195
196
197
# File 'lib/mgmg/poly.rb', line 195

def eff(smith, comp=smith)
	[smith_eff(smith, comp), comp_eff(smith, comp)]
end