powered by
Computes the generalized inverse of a matrix using singular-value decomposition.
mpinv(A, eps = 1e-13)
Matrix to be inverted.
Minimum value threshold.
Returns a matrix containing the inverse of matrix A.
# NOT RUN { m <- matrix(rnorm(16), 4, 4) mi <- mpinv(m) # }
Run the code above in your browser using DataLab