Description Usage Arguments Value Examples
Solve for the inverse of a matrix
1 | pseudoinverse(X, tol = 1e-09, method = c("dc", "std"))
|
X |
a matrix |
tol |
tolerance for small singular values. the default is 1e-9 |
method |
whether the divide and conquer ("dc") or standard ("std") algorithm should be used for the SVD. |
a matrix
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.