Skip to content

Commit

Permalink
Add cholesky to README.
Browse files Browse the repository at this point in the history
  • Loading branch information
null-a committed May 22, 2017
1 parent e52428a commit 25f373d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ad/README.md
Expand Up @@ -62,6 +62,7 @@ adnn comes with a large number of built-in AD primitives:
- **`ad.tensor.inverse(x)`**: Returns the inverse of the matrix `x`.
- **`ad.tensor.determinant(x)`**: Returns the determinant of the matrix `x`.
- **`ad.tensor.dot(x, y)`**: Returns the inner product of the matrices `x` and `y`.
- **`ad.tensor.cholesky(x)`**: Returns the [Cholesky decomposition](https://en.wikipedia.org/wiki/Cholesky_decomposition) of the matrix `x`.
- **Miscellaneous**
- **`ad.tensor.softmax(x)`**: Compute the [Softmax](https://en.wikipedia.org/wiki/Softmax_function) function for a tensor `x`.

Expand Down

0 comments on commit 25f373d

Please sign in to comment.