Calculate the squared operator norm of a matrix
L2.norm2(A)
A
a matrix
a scalar of the squared operator norm.
Binhuan Wang
A<-matrix(1:9,3,3); L2.norm2(A);