singularProd | R Documentation |
Product of t(x) and first column of x %*% t(x)
singularProd(x)
x |
A list of numeric matrices |
t(x) %*% (x %*% t(x))[,1]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.