Description Usage Arguments Details Value Author(s)
Reverses a quadratic positive definite matrix.
1 | my.positive.definite.solve(A, eps = 1e-15)
|
A |
quadratic positive definite matrix |
eps |
level of the lowest eigenvalue to consider |
The program makes an eigenvalue decomposition of the positive definite matrix A and searches all eigenvalues greater than eps. The value of return is the inverse matrix of A, constructed with the matrix product of the corresponding eigenvalues and eigenvectors.
The return is the inverse matrix of A.
Christian Schellhase <cschellhase@wiwi.uni-bielefeld.de>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.