Searched defs:nrhs (Results 1 – 8 of 8) sorted by relevance
| /external/eigen/Eigen/src/KLUSupport/ |
| D | KLUSupport.h | 34 inline int klu_solve(klu_symbolic *Symbolic, klu_numeric *Numeric, Index ldim, Index nrhs, double B… in klu_solve() 38 inline int klu_solve(klu_symbolic *Symbolic, klu_numeric *Numeric, Index ldim, Index nrhs, std::com… in klu_solve() 42 inline int klu_tsolve(klu_symbolic *Symbolic, klu_numeric *Numeric, Index ldim, Index nrhs, double … in klu_tsolve() 46 inline int klu_tsolve(klu_symbolic *Symbolic, klu_numeric *Numeric, Index ldim, Index nrhs, std::co… in klu_tsolve()
|
| /external/tensorflow/tensorflow/compiler/tests/ |
| D | matrix_solve_op_test.py | 54 def testSolve(self, n, nrhs, batch_dims, rhs_batch_dims, adjoint): argument
|
| /external/eigen/Eigen/src/SparseLU/ |
| D | SparseLU_SupernodalMatrix.h | 243 Index nrhs = Index(X.cols()); in solveInPlace() local 306 Index nrhs = Index(X.cols()); in solveTransposedInPlace() local
|
| D | SparseLU.h | 832 Index nrhs = X.cols(); in solveInPlace() local 875 Index nrhs = X.cols(); in solveTransposedInPlace() local
|
| /external/tensorflow/tensorflow/core/kernels/linalg/ |
| D | matrix_solve_op.cc | 133 const int64_t nrhs = rhs.dim_size(ndims - 1); in ComputeAsync() local
|
| /external/tensorflow/tensorflow/core/util/ |
| D | cuda_solvers.cc | 482 cublasOperation_t trans, int n, int nrhs, in GetrsImpl() 802 cublasHandle_t cublas_handle, cublasOperation_t trans, int n, int nrhs, in GetrsBatchedImpl()
|
| /external/cronet/third_party/googletest/src/googlemock/test/ |
| D | gmock-matchers-misc_test.cc | 545 size_t nrhs = GetParam().second; in TEST_P() local
|
| /external/googletest/googlemock/test/ |
| D | gmock-matchers_test.cc | 6296 size_t nrhs = GetParam().second; in TEST() local
|