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