Home
last modified time | relevance | path

Searched defs:nrhs (Results 1 – 8 of 8) sorted by relevance

/external/eigen/Eigen/src/KLUSupport/
DKLUSupport.h34 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/
Dmatrix_solve_op_test.py54 def testSolve(self, n, nrhs, batch_dims, rhs_batch_dims, adjoint): argument
/external/eigen/Eigen/src/SparseLU/
DSparseLU_SupernodalMatrix.h243 Index nrhs = Index(X.cols()); in solveInPlace() local
306 Index nrhs = Index(X.cols()); in solveTransposedInPlace() local
DSparseLU.h832 Index nrhs = X.cols(); in solveInPlace() local
875 Index nrhs = X.cols(); in solveTransposedInPlace() local
/external/tensorflow/tensorflow/core/kernels/linalg/
Dmatrix_solve_op.cc133 const int64_t nrhs = rhs.dim_size(ndims - 1); in ComputeAsync() local
/external/tensorflow/tensorflow/core/util/
Dcuda_solvers.cc482 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/
Dgmock-matchers-misc_test.cc545 size_t nrhs = GetParam().second; in TEST_P() local
/external/googletest/googlemock/test/
Dgmock-matchers_test.cc6296 size_t nrhs = GetParam().second; in TEST() local