/external/eigen/Eigen/src/misc/ |
D | lapacke.h | 272 lapack_int kl, lapack_int ku, lapack_int nrhs, 278 lapack_int kl, lapack_int ku, lapack_int nrhs, 284 lapack_int kl, lapack_int ku, lapack_int nrhs, 292 lapack_int kl, lapack_int ku, lapack_int nrhs, 302 lapack_int nrhs, const float* ab, lapack_int ldab, 312 lapack_int nrhs, const double* ab, lapack_int ldab, 322 lapack_int nrhs, const lapack_complex_float* ab, 333 lapack_int nrhs, const lapack_complex_double* ab, 344 lapack_int ku, lapack_int nrhs, float* ab, 348 lapack_int ku, lapack_int nrhs, double* ab, [all …]
|
/external/eigen/lapack/ |
D | cholesky.cpp | 41 EIGEN_LAPACK_FUNC(potrs,(char* uplo, int *n, int *nrhs, RealScalar *pa, int *lda, RealScalar *pb, i… 46 else if(*nrhs<0) *info = -3; 58 MatrixType B(b,*n,*nrhs,*ldb);
|
D | lu.cpp | 46 EIGEN_LAPACK_FUNC(getrs,(char *trans, int *n, int *nrhs, RealScalar *pa, int *lda, int *ipiv, RealS… 51 else if(*nrhs<0) *info = -3; 63 MatrixType B(b,*n,*nrhs,*ldb);
|
/external/eigen/Eigen/src/PardisoSupport/ |
D | PardisoSupport.h | 47 …IndexType *ia, IndexType *ja, IndexType *perm, IndexType nrhs, IndexType *iparm, IndexType msglvl,… in run() 50 …::pardiso(pt, &maxfct, &mnum, &type, &phase, &n, a, ia, ja, perm, &nrhs, iparm, &msglvl, b, x, &er… in run() 59 …IndexType *ia, IndexType *ja, IndexType *perm, IndexType nrhs, IndexType *iparm, IndexType msglvl,… 62 …::pardiso_64(pt, &maxfct, &mnum, &type, &phase, &n, a, ia, ja, perm, &nrhs, iparm, &msglvl, b, x, … 330 Index nrhs = Index(b.cols()); 332 …eigen_assert(((MatrixBase<BDerived>::Flags & RowMajorBit) == 0 || nrhs == 1) && "Row-major right h… 333 …eigen_assert(((MatrixBase<XDerived>::Flags & RowMajorBit) == 0 || nrhs == 1) && "Row-major matrice… 334 eigen_assert(((nrhs == 1) || b.outerStride() == b.rows())); 359 … m_perm.data(), internal::convert_index<StorageIndex>(nrhs), m_iparm.data(), m_msglvl,
|
/external/eigen/Eigen/src/SparseLU/ |
D | SparseLU_SupernodalMatrix.h | 240 Index nrhs = Index(X.cols()); in solveInPlace() local 242 Matrix<Scalar,Dynamic,Dest::ColsAtCompileTime, ColMajor> work(n, nrhs); // working vector in solveInPlace() 255 for (Index j = 0; j < nrhs; j++) in solveInPlace() 274 …ColsAtCompileTime, ColMajor>, 0, OuterStride<> > U (&(X(fsupc,0)), nsupc, nrhs, OuterStride<>(n) ); in solveInPlace() 282 for (Index j = 0; j < nrhs; j++) in solveInPlace()
|
D | SparseLU.h | 731 Index nrhs = X.cols(); in solveInPlace() local 743 for (Index j = 0; j < nrhs; j++) in solveInPlace() 751 …ColsAtCompileTime, ColMajor>, 0, OuterStride<> > U (&(X(fsupc,0)), nsupc, nrhs, OuterStride<>(n) ); in solveInPlace() 755 for (Index j = 0; j < nrhs; ++j) in solveInPlace()
|
/external/eigen/Eigen/src/QR/ |
D | CompleteOrthogonalDecomposition.h | 472 const Index nrhs = rhs.cols(); 474 Matrix<typename MatrixType::Scalar, Dynamic, 1> temp((std::max)(cols, nrhs));
|
/external/v8/testing/gmock/test/ |
D | gmock-matchers_test.cc | 5151 size_t nrhs = GetParam().second; in TEST_P() local 5152 MatchMatrix graph(nlhs, nrhs); in TEST_P()
|
/external/googletest/googlemock/test/ |
D | gmock-matchers_test.cc | 5153 size_t nrhs = GetParam().second; in TEST_P() local 5154 MatchMatrix graph(nlhs, nrhs); in TEST_P()
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 136728 unsigned char nrhs; /* Number of right-hand side symbols in the rule */ 137082 yysize = yyRuleInfo[yyruleno].nrhs; 137091 if( yyRuleInfo[yyruleno].nrhs==0 ){ 138355 yysize = yyRuleInfo[yyruleno].nrhs; 183365 unsigned char nrhs; /* Number of right-hand side symbols in the rule */ 183413 fts5yysize = fts5yyRuleInfo[fts5yyruleno].nrhs; 183422 if( fts5yyRuleInfo[fts5yyruleno].nrhs==0 ){ 183589 fts5yysize = fts5yyRuleInfo[fts5yyruleno].nrhs;
|
/external/sqlite/dist/ |
D | sqlite3.c | 136728 unsigned char nrhs; /* Number of right-hand side symbols in the rule */ 137082 yysize = yyRuleInfo[yyruleno].nrhs; 137091 if( yyRuleInfo[yyruleno].nrhs==0 ){ 138355 yysize = yyRuleInfo[yyruleno].nrhs; 183377 unsigned char nrhs; /* Number of right-hand side symbols in the rule */ 183425 fts5yysize = fts5yyRuleInfo[fts5yyruleno].nrhs; 183434 if( fts5yyRuleInfo[fts5yyruleno].nrhs==0 ){ 183601 fts5yysize = fts5yyRuleInfo[fts5yyruleno].nrhs;
|