smpl.functions.linear

smpl.functions.linear(x, m)[source]

linear(x,m) = \(m x\)

>>> from smpl.functions import linear
>>> from smpl import plot
>>> plot.function(linear,2,xmin=-5,xmax=5)

(Source code, png, hires.png, pdf)

../_images/smpl-functions-linear-1.png