.p_norm {CVXR} | R Documentation |
Internal method for calculating the p-norm
Description
Internal method for calculating the p-norm
Usage
.p_norm(x, p)
Arguments
x |
A matrix |
p |
A number grater than or equal to 1, or equal to positive infinity |
Value
Returns the specified norm of matrix x
[Package CVXR version 1.0-14 Index]