Class representing 1-norm function.
f = OneNormFunction(Q)
Q |
Weighing matrix where the number of columns determines the dimension of the vector argument.
Class: double |
f |
The OneNormFunction object. Class: OneNormFunction |
f = OneNormFunction(diag([5,-2]))
1-norm function in R^2Evaluate the function in the point [-1;2].
f.feval([-1;2])
ans = 9
◀ | mpt | mpt | ▶ |
© 2003-2013 Michal Kvasnica: STU Bratislava, michal.kvasnica@stuba.sk
© 2010-2013 Martin Herceg: ETH Zurich, herceg@control.ee.ethz.ch