Skip to content

Commit 7bc6f50

Browse files
committed
Final Code for review
Final code for test assignment
1 parent a7d7e31 commit 7bc6f50

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cachematrix.R

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ cacheSolve <- function(x, ...) {
5050

5151
return(inverse)
5252
}
53+
## end of cacheSolve
54+
5355
## test function
5456
testInverseCache <- function(mat){
5557
## Pass a matrix filled with random numbers
@@ -69,6 +71,7 @@ testInverseCache <- function(mat){
6971
print ("Time taken after caching")
7072
print(timeTaken)
7173
}
74+
## End of testInverseCache
7275

7376
## Sample Test data
7477
set.seed(1)

0 commit comments

Comments
 (0)