bdInvCholesky | R Documentation |
This function get the inverse of a numerical matrix. If x is hermitian and positive-definite matrix then gets the inverse using Cholesky decomposition
bdInvCholesky(X)
X |
numerical matrix. If x is Hermitian and positive-definite performs |
inverse matrix of d
A <- matrix(c(3,4,3,4,8,6,3,6,9), byrow = TRUE, ncol = 3) bdInvCholesky(A)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.