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

/external/ceres-solver/internal/ceres/
H A Dlapack.cc46 int* nrhs,
56 int* nrhs,
81 int nrhs = 1;
101 dpotrs_(&uplo, &n, &nrhs, lhs, &n, rhs_and_solution, &n, &info);
121 int nrhs = 1;
128 &nrhs,
162 int nrhs = 1;
171 &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/SparseLU/
H A DSparseLU_SupernodalMatrix.h237 Index nrhs = X.cols(); local
239 Matrix<Scalar,Dynamic,Dynamic> work(n, nrhs); // working vector
252 for (Index j = 0; j < nrhs; j++)
271 Map< Matrix<Scalar,Dynamic,Dynamic>, 0, OuterStride<> > U (&(X(fsupc,0)), nsupc, nrhs, OuterStride<>(n) );
276 work.block(0, 0, nrow, nrhs) = A * U;
279 for (Index j = 0; j < nrhs; j++)
H A DSparseLU.h733 Index nrhs = X.cols(); local
745 for (Index j = 0; j < nrhs; j++)
753 Map< Matrix<Scalar,Dynamic,Dynamic>, 0, OuterStride<> > U (&(X(fsupc,0)), nsupc, nrhs, OuterStride<>(n) );
757 for (Index j = 0; j < nrhs; ++j)
/external/ltrace/
H A Dexpr.c195 struct expr_node *nrhs; local
214 if (expr_alloc_and_clone(&nrhs, node->u.node.n,
224 retp->u.node.n = nrhs;
228 if (expr_alloc_and_clone(&nrhs, node->u.call.rhs,
231 retp->u.call.rhs = nrhs;
239 expr_destroy(nrhs);
240 free(nrhs);
/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);
356 Index nrhs = Index(b.cols());
358 eigen_assert(((MatrixBase<BDerived>::Flags & RowMajorBit) == 0 || nrhs == 1) && "Row-major right hand sides are not supported");
359 eigen_assert(((MatrixBase<XDerived>::Flags & RowMajorBit) == 0 || nrhs == 1) && "Row-major matrices of unknowns are not supported");
360 eigen_assert(((nrhs == 1) || b.outerStride() == b.rows()));
385 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/gmock/test/
H A Dgmock-matchers_test.cc4876 size_t nrhs = GetParam().second; local
4877 MatchMatrix graph(nlhs, nrhs);
/external/sqlite/dist/orig/
H A Dsqlite3.c127739 unsigned char nrhs; /* Number of right-hand side symbols in the rule */ member in struct:__anon17223
167590 unsigned char nrhs; /* Number of right-hand side symbols in the rule */ member in struct:__anon17230
[all...]
/external/sqlite/dist/
H A Dsqlite3.c127757 unsigned char nrhs; /* Number of right-hand side symbols in the rule */ member in struct:__anon17263
167620 unsigned char nrhs; /* Number of right-hand side symbols in the rule */ member in struct:__anon17270
[all...]

Completed in 975 milliseconds