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 cdb6f62 commit 29c38f9Copy full SHA for 29c38f9
cachematrix.R
@@ -39,5 +39,5 @@ cacheSolve <- function(x, ...) {
39
data <- x$get()
40
inv <- solve(data, ...)
41
x$setinv(inv)
42
- m
+ inv
43
}
0 commit comments