sqnorms | R Documentation |
Quadratic multiplication of a matrix M with respect to a matrix A: Conj(M) A M, where Conj() is the complex conjugate function
sqnorms(M, A)
M |
A Matrix of dimension P by P |
A |
A squared Matrix of dimension P by P |
The squared root of the absolute values of the matrix result of the operation Conj(M) A M
M=matrix( rnorm(100), ncol=10 )
A=matrix( rnorm(100), ncol=10 )
sqnorms(M, A)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.