View source: R/pseudoinverse.R
pseudoinverse | R Documentation |
Calculates the pseudo inverse of a matrix.
pseudoinverse(X, ...)
X |
A |
... |
Not used. |
Returns a matrix
.
Internally svd
() is used.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.