Skip to content

Commit 282a7cf

Browse files
committed
Matrix inversion performance improvements
1 parent 325e0a0 commit 282a7cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cachematrix.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ makeCacheMatrix <- function(x = matrix()) {
2525

2626

2727
## Return the inverse matrix by calling the functions defined above
28-
## Please ignore this comment - just for demo
28+
## Please ignore this comment - just for demo
29+
## Please ignore - wip feature change
2930

3031
cacheSolve <- function(x, ...) {
3132
## Return a matrix that is the inverse of 'x'

0 commit comments

Comments
 (0)