powered by
Functions to determine certain norms.
EuclideanNorm(x) QuadFormNorm(x,A)
vector or matrix; norm is determined columnwise
pos. semidefinite Matrix
the columnwise evaluated norms
onesidedBias-class
# NOT RUN { mm <- matrix(rnorm(20),2,10) EuclideanNorm(mm) QuadFormNorm(mm, A = PosSemDefSymmMatrix(matrix(c(3,1,1,1),2,2))) # }
Run the code above in your browser using DataLab