Frobenius norm of a matrix.
F2norm(M)
M
A matrix.
Frobenius norm of M.
## The function is currently defined as function (M) sqrt(sum(M^2)) F2norm(matrix(runif(100),nrow=5))