提交 96cdab64 authored 作者: David Warde-Farley's avatar David Warde-Farley

Correct James' docstring comment.

上级 bf10c56c
...@@ -308,7 +308,7 @@ class Cholesky(Op): ...@@ -308,7 +308,7 @@ class Cholesky(Op):
""" """
Return a triangular matrix square root of positive semi-definite `x` Return a triangular matrix square root of positive semi-definite `x`
L = cholesky(X, lower=True) implies dot(L.T,L) == X L = cholesky(X, lower=True) implies dot(L, L.T) == X
""" """
#TODO: inplace #TODO: inplace
#TODO: for specific dtypes #TODO: for specific dtypes
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论