STT-tensorflow/tensorflow/python/ops/linalg
Srinivas Vasudevan 89b80c5fb9 Add banded triangular solve op.
PiperOrigin-RevId: 317124054
Change-Id: I54f090d7583b21fa18788a2deb02262d9c8231be
2020-06-18 10:03:35 -07:00
..
sparse Add dispatch support to more Python APIs. 2020-05-15 11:03:18 -07:00
__init__.py
adjoint_registrations.py
BUILD
cholesky_registrations.py
inverse_registrations.py Add inverse registration for LinearOperatorBlockLowerTriangular. 2020-01-30 09:44:38 -08:00
linalg_impl.py Add banded triangular solve op. 2020-06-18 10:03:35 -07:00
linalg.py Add the lower-triangular blockwise linear operator, tf.linalg.LinearOperatorBlockLowerTriangular. 2020-01-29 14:02:05 -08:00
linear_operator_addition.py Add the lower-triangular blockwise linear operator, tf.linalg.LinearOperatorBlockLowerTriangular. 2020-01-29 14:02:05 -08:00
linear_operator_adjoint.py
linear_operator_algebra.py
linear_operator_block_diag.py Allow blockwise linear operators (tf.linalg.LinearOperatorBlockDiag and tf.linalg.LinearOperatorBlockLowerTriangular) to operate on/emit lists of tensors corresponding to blocks. 2020-03-10 17:18:47 -07:00
linear_operator_block_lower_triangular.py Allow blockwise linear operators (tf.linalg.LinearOperatorBlockDiag and tf.linalg.LinearOperatorBlockLowerTriangular) to operate on/emit lists of tensors corresponding to blocks. 2020-03-10 17:18:47 -07:00
linear_operator_circulant.py minor spelling tweaks 2020-02-11 15:09:21 +09:00
linear_operator_composition.py
linear_operator_diag.py
linear_operator_full_matrix.py Suppress 'conversion to a dense matrix' warning from LinearOperatorFullMatrix.solve(). 2020-02-20 15:02:23 -08:00
linear_operator_householder.py Closing backticks were not there breaking the website's view. 2020-03-31 15:05:07 -07:00
linear_operator_identity.py
linear_operator_inversion.py
linear_operator_kronecker.py
linear_operator_low_rank_update.py
linear_operator_lower_triangular.py
linear_operator_permutation.py Closing backticks were not there breaking the website's view. 2020-03-31 15:05:07 -07:00
linear_operator_test_util.py Allow blockwise linear operators (tf.linalg.LinearOperatorBlockDiag and tf.linalg.LinearOperatorBlockLowerTriangular) to operate on/emit lists of tensors corresponding to blocks. 2020-03-10 17:18:47 -07:00
linear_operator_toeplitz.py
linear_operator_tridiag.py
linear_operator_util.py Allow blockwise linear operators (tf.linalg.LinearOperatorBlockDiag and tf.linalg.LinearOperatorBlockLowerTriangular) to operate on/emit lists of tensors corresponding to blocks. 2020-03-10 17:18:47 -07:00
linear_operator_zeros.py
linear_operator.py Allow blockwise linear operators (tf.linalg.LinearOperatorBlockDiag and tf.linalg.LinearOperatorBlockLowerTriangular) to operate on/emit lists of tensors corresponding to blocks. 2020-03-10 17:18:47 -07:00
matmul_registrations.py
registrations_util.py
solve_registrations.py