We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aefb6c commit 7e244ebCopy full SHA for 7e244eb
cachematrix.R
@@ -44,7 +44,7 @@ cacheSolve <- function(x, ...) {
44
# Inverse is NULL, so it has to be computed and updated to x
45
message("Computing and caching the inverse")
46
inverse <- solve(x$get())
47
- x$set_inverse(inverse)
+ x$set_inverse(inverse, ...)
48
}
49
else {
50
# Inverse is set, just have to return it (which is done at the end of the function)
0 commit comments