Skip to content

Commit 5137428

Browse files
committed
Update cachematrix.R
1 parent 6da8288 commit 5137428

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

cachematrix.R

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
## Put comments here that give an overall description of what your
2-
## functions do
3-
4-
## Write a short comment describing this function
5-
61
makeCacheMatrix <- function(x = matrix()) {
72
m_inv <- NULL
83
get <- function() x
@@ -14,8 +9,6 @@ makeCacheMatrix <- function(x = matrix()) {
149
}
1510

1611

17-
## Write a short comment describing this function
18-
1912
cacheSolve <- function(x, ...) {
2013
m_inv <- x$getinv()
2114
if(!is.null(m_inv)) {

0 commit comments

Comments
 (0)