Home
last modified time | relevance | path

Searched defs:adjoint (Results 1 – 25 of 27) sorted by relevance

12

/external/tensorflow/tensorflow/python/ops/linalg/
Dlinear_operator.py567 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
Dlinear_operator_adjoint.py189 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
Dlinear_operator_composition.py233 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument
260 def _solve(self, rhs, adjoint=False, adjoint_arg=False): argument
Dlinear_operator_test_util.py135 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
Dlinear_operator_lower_triangular.py193 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument
204 def _solve(self, rhs, adjoint=False, adjoint_arg=False): argument
Dlinear_operator_inversion.py197 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument
206 def _solve(self, rhs, adjoint=False, adjoint_arg=False): argument
Dlinear_operator_identity.py348 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
Dlinear_operator_block_diag.py259 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument
284 def _solve(self, rhs, adjoint=False, adjoint_arg=False): argument
Dlinear_operator_diag.py224 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument
240 def _solve(self, rhs, adjoint=False, adjoint_arg=False): argument
Dlinear_operator_kronecker.py277 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument
422 def _solve(self, rhs, adjoint=False, adjoint_arg=False): argument
Dlinear_operator_low_rank_update.py348 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument
403 def _solve(self, rhs, adjoint=False, adjoint_arg=False): argument
Dlinear_operator_util.py342 def matrix_solve_with_broadcast(matrix, rhs, adjoint=False, name=None): argument
364 adjoint=False, argument
Dlinear_operator_full_matrix.py178 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument
Dlinear_operator_circulant.py401 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument
430 def _solve(self, rhs, adjoint=False, adjoint_arg=False): argument
Dlinear_operator_zeros.py292 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument
Dlinear_operator_algebra.py70 def adjoint(lin_op_a, name=None): function
Dlinalg_impl.py97 def adjoint(matrix, name=None): function
/external/eigen/Eigen/src/Core/
DSolverBase.h109 inline AdjointReturnType adjoint() const in adjoint() function
/external/tensorflow/tensorflow/python/kernel_tests/linalg/
Dlinear_operator_test.py87 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/
Dsparse_tensor_dense_matmul_grad_test.py48 adjoint=False, argument
Dmatrix_triangular_solve_op_test.py55 adjoint=False, argument
/external/eigen/test/
Dadjoint.cpp67 template<typename MatrixType> void adjoint(const MatrixType& m) in adjoint() function
/external/tensorflow/tensorflow/compiler/tests/
Dmatrix_triangular_solve_op_test.py55 def _VerifyTriangularSolve(self, a, b, lower, adjoint, atol): argument
/external/eigen/Eigen/src/Cholesky/
DLDLT.h243 const LDLT& adjoint() const { return *this; }; in adjoint() function
DLLT.h193 const LLT& adjoint() const { return *this; }; in adjoint() function

12