Learn R Programming

npmr (version 1.3.1)

nuclear: Nuclear norm of a matrix

Description

Returns the nuclear norm of a matrix, which is the sum of its singular values, obtained through a singular value decomposition. Intended for internal use only.

Usage

nuclear(B)

Value

the nuclear norm of the matrix

Arguments

B

a matrix

Author

Scott Powers, Trevor Hastie, Rob Tibshirani

See Also

logL, objective, objectiveFast