R/frobenius.norm.R

Defines functions `frobenius.norm`

### internal function for the frobenius norm of a matrix
###
###

`frobenius.norm` <-
function(A)
    {
    sqrt(sum(A^2))
    }

Try the ICS package in your browser

Any scripts or data that you put into this service are public.

ICS documentation built on Sept. 21, 2023, 9:07 a.m.