Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
9il authored Mar 1, 2018
1 parent 8f5ffbd commit 6f978f6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ if A is not a square matrix.
- `pinv` - Moore-Penrose pseudoinverse of matrix.
- `det`/`detSymmetric` - General/symmetric matrix determinant.
- `eigSymmetric` - Eigenvalues and eigenvectors of symmetric matrix.
- Qr decomposition: `qrDecomp` with `solve` method
- Cholesky: `choleskyDecomp` with `solve` method
- LU decomposition: `luDecomp` with `solve` method
- LDL decomposition: `ldlDecomp` with `solve` method

## Example

Expand Down

0 comments on commit 6f978f6

Please sign in to comment.