Generalized matrix inverse
Inverse(
X,
tol = lava.options()$itol,
det = TRUE,
names = !chol,
chol = FALSE,
symmetric = FALSE
)Matrix (generalized inverse of X). Attributes include det
(determinant), pseudo (logical, whether pseudo-inverse was used),
and minSV (minimum singular value).
nxn matrix
tolerance for pseudo inverse
logical, if true the determinant is returned
preserve dimnames
use Cholesky decomposition for calculating inverse otherwise SVD
set to true if matrix is symmetric