/external/tensorflow/tensorflow/python/ops/linalg/ |
D | linear_operator.py | 567 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument 570 def matmul(self, x, adjoint=False, adjoint_arg=False, name="matmul"): argument 623 def _matvec(self, x, adjoint=False): argument 628 def matvec(self, x, adjoint=False, name="matvec"): argument 719 def _solve(self, rhs, adjoint=False, adjoint_arg=False): argument 734 def solve(self, rhs, adjoint=False, adjoint_arg=False, name="solve"): argument 795 def _solvevec(self, rhs, adjoint=False): argument 801 def solvevec(self, rhs, adjoint=False, name="solve"): argument 850 def adjoint(self, name="adjoint"): member in LinearOperator
|
D | linear_operator_adjoint.py | 189 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument 193 def _matvec(self, x, adjoint=False, adjoint_arg=False): argument 210 def _solve(self, rhs, adjoint=False, adjoint_arg=False): argument 214 def _solvevec(self, rhs, adjoint=False, adjoint_arg=False): argument
|
D | linear_operator_composition.py | 233 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument 260 def _solve(self, rhs, adjoint=False, adjoint_arg=False): argument
|
D | linear_operator_test_util.py | 135 def _make_rhs(self, operator, adjoint, with_batch=True): argument 152 def _make_x(self, operator, adjoint, with_batch=True): argument 462 def _make_rhs(self, operator, adjoint, with_batch=True): argument 468 def _make_x(self, operator, adjoint, with_batch=True): argument 534 def _make_rhs(self, operator, adjoint, with_batch=True): argument 539 def _make_x(self, operator, adjoint, with_batch=True): argument
|
D | linear_operator_lower_triangular.py | 193 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument 204 def _solve(self, rhs, adjoint=False, adjoint_arg=False): argument
|
D | linear_operator_inversion.py | 197 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument 206 def _solve(self, rhs, adjoint=False, adjoint_arg=False): argument
|
D | linear_operator_identity.py | 348 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument 362 def _solve(self, rhs, adjoint=False, adjoint_arg=False): argument 655 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument 673 def _solve(self, rhs, adjoint=False, adjoint_arg=False): argument
|
D | linear_operator_block_diag.py | 259 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument 284 def _solve(self, rhs, adjoint=False, adjoint_arg=False): argument
|
D | linear_operator_diag.py | 224 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument 240 def _solve(self, rhs, adjoint=False, adjoint_arg=False): argument
|
D | linear_operator_kronecker.py | 277 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument 422 def _solve(self, rhs, adjoint=False, adjoint_arg=False): argument
|
D | linear_operator_low_rank_update.py | 348 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument 403 def _solve(self, rhs, adjoint=False, adjoint_arg=False): argument
|
D | linear_operator_util.py | 342 def matrix_solve_with_broadcast(matrix, rhs, adjoint=False, name=None): argument 364 adjoint=False, argument
|
D | linear_operator_full_matrix.py | 178 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument
|
D | linear_operator_circulant.py | 401 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument 430 def _solve(self, rhs, adjoint=False, adjoint_arg=False): argument
|
D | linear_operator_zeros.py | 292 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument
|
D | linear_operator_algebra.py | 70 def adjoint(lin_op_a, name=None): function
|
D | linalg_impl.py | 97 def adjoint(matrix, name=None): function
|
/external/eigen/Eigen/src/Core/ |
D | SolverBase.h | 109 inline AdjointReturnType adjoint() const in adjoint() function
|
/external/tensorflow/tensorflow/python/kernel_tests/linalg/ |
D | linear_operator_test.py | 87 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument 92 def _solve(self, rhs, adjoint=False, adjoint_arg=False): argument
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | sparse_tensor_dense_matmul_grad_test.py | 48 adjoint=False, argument
|
D | matrix_triangular_solve_op_test.py | 55 adjoint=False, argument
|
/external/eigen/test/ |
D | adjoint.cpp | 67 template<typename MatrixType> void adjoint(const MatrixType& m) in adjoint() function
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | matrix_triangular_solve_op_test.py | 55 def _VerifyTriangularSolve(self, a, b, lower, adjoint, atol): argument
|
/external/eigen/Eigen/src/Cholesky/ |
D | LDLT.h | 243 const LDLT& adjoint() const { return *this; }; in adjoint() function
|
D | LLT.h | 193 const LLT& adjoint() const { return *this; }; in adjoint() function
|