Skip to content

Commit 4af5e4d

Browse files
committed
Add the over all comment
1 parent cfbe74a commit 4af5e4d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

cachematrix.R

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
## Put comments here that give an overall description of what your functions do
1+
## This file contains 2 functions makeCacheMatrix that create a list containing a
2+
## getters and setters to a matrix and its inverse and cacheSolve that checks if a
3+
## given matrix has already a calculated inverse, if yes it takes it from the
4+
## cache otherwise it calculate it and return it back
25

36

47
## defines setters and getters for Matrix and its inverse, it takes as a parameter

0 commit comments

Comments
 (0)