powered by
Functions to determine certain norms.
EuclideanNorm(x) QuadFormNorm(x,A)
the columnwise evaluated norms
vector or matrix; norm is determined columnwise
pos. semidefinite Matrix
Peter Ruckdeschel peter.ruckdeschel@uni-oldenburg.de
onesidedBias-class
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