Description Usage Arguments Value
Invert first K eigendirections of the matrix. If K is
not specified the functions takes direction with eigencalues grater
than given treshold th.
If th is also not specified then all direction are inverted
(equivalent to solve)
1 | pseudoinverse(M, K = NULL, th = NULL)
|
M |
matrix to solve |
K |
number of directions to invert |
th |
fixed treshold for eigenvalues |
Pseudoinverse matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.