aboutsummaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <nobody@tensorflow.org>2016-02-22 15:23:02 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-02-22 15:56:14 -0800
commit4bad5ba5b1bcaf5c727facb7ac1b6f10e5aa5f30 (patch)
treebd8498c63d5036bdbf08326737424043b30a0dbc /WORKSPACE
parent6c9c4d7118d966648924b6e261b05f2fd139c4fe (diff)
Get rid of attempt to adaptively use Cholesky for inverting SPD matrices in matrix_inverse. Cholesky is not enough faster than PartialPivLU in Eigen to be worth the extra pass over the data to check for symmetry, even for relatively large matrices. For (n=2k) SPD matrices Cholesky does give ~5% speedup over LU, but for other matrix types we see an equivalent slowdown.
Change: 115276994
Diffstat (limited to 'WORKSPACE')
0 files changed, 0 insertions, 0 deletions