Searched refs:nrhs (Results 1 - 10 of 10) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dlapack.cc43 int* nrhs,
53 int* nrhs,
76 int nrhs = 1;
85 dpotrs_(&uplo, &n, &nrhs, lhs, &n, rhs_and_solution, &n, &info);
100 int nrhs = 1;
107 &nrhs,
134 int nrhs = 1;
143 &nrhs,
/external/eigen/lapack/
H A Dcholesky.cpp41 EIGEN_LAPACK_FUNC(potrs,(char* uplo, int *n, int *nrhs, RealScalar *pa, int *lda, RealScalar *pb, int *ldb, int *info)) argument
46 else if(*nrhs<0) *info = -3;
58 MatrixType B(b,*n,*nrhs,*ldb);
H A Dlu.cpp46 EIGEN_LAPACK_FUNC(getrs,(char *trans, int *n, int *nrhs, RealScalar *pa, int *lda, int *ipiv, RealScalar *pb, int *ldb, int *info)) argument
51 else if(*nrhs<0) *info = -3;
63 MatrixType B(b,*n,*nrhs,*ldb);
/external/eigen/Eigen/src/PardisoSupport/
H A DPardisoSupport.h47 Index *ia, Index *ja, Index *perm, Index nrhs, Index *iparm, Index msglvl, void *b, void *x)
50 ::pardiso(pt, &maxfct, &mnum, &type, &phase, &n, a, ia, ja, perm, &nrhs, iparm, &msglvl, b, x, &error);
59 Index *ia, Index *ja, Index *perm, Index nrhs, Index *iparm, Index msglvl, void *b, void *x)
62 ::pardiso_64(pt, &maxfct, &mnum, &type, &phase, &n, a, ia, ja, perm, &nrhs, iparm, &msglvl, b, x, &error);
378 Index nrhs = Index(b.cols());
380 eigen_assert(((MatrixBase<BDerived>::Flags & RowMajorBit) == 0 || nrhs == 1) && "Row-major right hand sides are not supported");
381 eigen_assert(((MatrixBase<XDerived>::Flags & RowMajorBit) == 0 || nrhs == 1) && "Row-major matrices of unknowns are not supported");
382 eigen_assert(((nrhs == 1) || b.outerStride() == b.rows()));
407 m_perm.data(), nrhs, m_iparm.data(), m_msglvl,
46 run( _MKL_DSS_HANDLE_t pt, Index maxfct, Index mnum, Index type, Index phase, Index n, void *a, Index *ia, Index *ja, Index *perm, Index nrhs, Index *iparm, Index msglvl, void *b, void *x) argument
58 run( _MKL_DSS_HANDLE_t pt, Index maxfct, Index mnum, Index type, Index phase, Index n, void *a, Index *ia, Index *ja, Index *perm, Index nrhs, Index *iparm, Index msglvl, void *b, void *x) argument
/external/chromium_org/third_party/sqlite/src/tool/
H A Dlemon.c194 int nrhs; /* Number of RHS symbols */ member in struct:rule
664 for(i=0; i<rp->nrhs && rp->precsym==0; i++){
705 for(i=0; i<rp->nrhs; i++){
709 if( i==rp->nrhs ){
722 for(i=0; i<rp->nrhs; i++){
776 for(i=0; i<rp->nrhs; i++){
884 if( cfp->dot>=cfp->rp->nrhs ) continue; /* Can't shift this config */
893 if( bcfp->dot>=bcfp->rp->nrhs ) continue; /* Can't shift this one */
1007 if( cfp->rp->nrhs==cfp->dot ){ /* Is dot at extreme right? */
1263 if( dot>=rp->nrhs ) continu
1977 int nrhs; /* Number of right-hand side symbols seen */ member in struct:pstate
[all...]
H A Dlempar.c542 unsigned char nrhs; /* Number of right-hand side symbols in the rule */ member in struct:__anon13841
602 yysize = yyRuleInfo[yyruleno].nrhs;
/external/chromium_org/third_party/sqlite/src/src/
H A Dlempar.c552 unsigned char nrhs; /* Number of right-hand side symbols in the rule */ member in struct:__anon13786
612 yysize = yyRuleInfo[yyruleno].nrhs;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c104539 unsigned char nrhs; /* Number of right-hand side symbols in the rule */ member in struct:__anon13779
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c109497 unsigned char nrhs; /* Number of right-hand side symbols in the rule */ member in struct:__anon25834
[all...]
/external/sqlite/dist/
H A Dsqlite3.c109533 unsigned char nrhs; /* Number of right-hand side symbols in the rule */ member in struct:__anon25859
[all...]

Completed in 519 milliseconds