STT-tensorflow/third_party/eigen3/Eigen
Penporn Koanantakool 57395f70db Add CSRSparseMatrix ops.
PiperOrigin-RevId: 267029468
2019-09-03 16:49:47 -07:00
..
Cholesky Merge changes from github. 2016-07-25 15:02:34 -07:00
Core Merge changes from github. 2016-07-25 15:02:34 -07:00
Eigenvalues Merge changes from github. 2016-07-25 15:02:34 -07:00
LU Merge changes from github. 2016-07-25 15:02:34 -07:00
OrderingMethods Add CSRSparseMatrix ops. 2019-09-03 16:49:47 -07:00
QR Merge changes from github. 2016-07-25 15:02:34 -07:00
SparseCholesky Add CSRSparseMatrix ops. 2019-09-03 16:49:47 -07:00
SparseCore Add CSRSparseMatrix ops. 2019-09-03 16:49:47 -07:00
SVD Add an op for singular value decomposition (SVD) of a dense matrix or batches of dense matrices. This calls Eigen::JacobiSVD<Matrix, Eigen::HouseholderQRPreconditioner> which is known to be rather slow. This change is primarily intended to get the TensorFlow interfaces and functionality in place. We intend to swap out the "backend" with a higher performance algorithm implementation in the future. 2016-08-01 09:16:12 -07:00