Skip to content

Commit 8bb7ba9

Browse files
authored
Update README.md
1 parent c634c25 commit 8bb7ba9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ const determinant = Math.matrix.det(M);
5151
- `insertColumn(M,j,column)` - returns a matrix $M$ with additional column inserted just before _j-th_ column
5252
- `swapRows(M,m,n)` - returns a matrix $M$ with _m-th_ and _n-th_ rows swapped
5353
- `swapColumns(M,m,n)` - returns a matrix $M$ with _m-th_ and _n-th_ columns swapped
54+
- `getRow(M,i)` - returns _i-th_ row of a matrix $M$
55+
- `getColumn(M,j)` - returns _j-th_ column of a matrix $M$
5456

5557
### Testing
5658

0 commit comments

Comments
 (0)