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 eca794a commit d60b8beCopy full SHA for d60b8be
cachematrix.R
@@ -2,7 +2,8 @@
2
## matrix that can cache its inverse to avoid the expense of this operation
3
## executing more than once.
4
5
-## 'matrix_val' is a square matrix to be contained in the cache enabled object.
+## 'matrix_val' is a square matrix to be contained in the cache enabled object,
6
+## this function assumes that the matrix supplied is always invertible.
7
##
8
## Return an object that contains the input martix_val with the ability to
9
## cache its inverse.
0 commit comments