Home
last modified time | relevance | path

Searched refs:nrhs (Results 1 – 9 of 9) sorted by relevance

/external/ceres-solver/internal/ceres/
Dlapack.cc46 int* nrhs,
56 int* nrhs,
81 int nrhs = 1; in SolveInPlaceUsingCholesky()
101 dpotrs_(&uplo, &n, &nrhs, lhs, &n, rhs_and_solution, &n, &info); in SolveInPlaceUsingCholesky()
121 int nrhs = 1; in EstimateWorkSizeForQR()
128 &nrhs, in EstimateWorkSizeForQR()
162 int nrhs = 1; in SolveInPlaceUsingQR()
171 &nrhs, in SolveInPlaceUsingQR()
/external/eigen/Eigen/src/SparseLU/
DSparseLU_SupernodalMatrix.h237 Index nrhs = X.cols(); in solveInPlace() local
239 Matrix<Scalar,Dynamic,Dynamic> work(n, nrhs); // working vector in solveInPlace()
252 for (Index j = 0; j < nrhs; j++) in solveInPlace()
271 …Map< Matrix<Scalar,Dynamic,Dynamic>, 0, OuterStride<> > U (&(X(fsupc,0)), nsupc, nrhs, OuterStride… in solveInPlace()
276 work.block(0, 0, nrow, nrhs) = A * U; in solveInPlace()
279 for (Index j = 0; j < nrhs; j++) in solveInPlace()
DSparseLU.h684 Index nrhs = X.cols(); in solveInPlace() local
696 for (Index j = 0; j < nrhs; j++) in solveInPlace()
704 …Map< Matrix<Scalar,Dynamic,Dynamic>, 0, OuterStride<> > U (&(X(fsupc,0)), nsupc, nrhs, OuterStride… in solveInPlace()
708 for (Index j = 0; j < nrhs; ++j) in solveInPlace()
/external/eigen/lapack/
Dcholesky.cpp41 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);
Dlu.cpp46 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/ltrace/
Dexpr.c195 struct expr_node *nrhs; in expr_clone() local
214 if (expr_alloc_and_clone(&nrhs, node->u.node.n, in expr_clone()
224 retp->u.node.n = nrhs; in expr_clone()
228 if (expr_alloc_and_clone(&nrhs, node->u.call.rhs, in expr_clone()
231 retp->u.call.rhs = nrhs; in expr_clone()
239 expr_destroy(nrhs); in expr_clone()
240 free(nrhs); in expr_clone()
/external/eigen/Eigen/src/PardisoSupport/
DPardisoSupport.h47 … Index *ia, Index *ja, Index *perm, Index nrhs, Index *iparm, Index msglvl, void *b, void *x) in run()
50 …::pardiso(pt, &maxfct, &mnum, &type, &phase, &n, a, ia, ja, perm, &nrhs, iparm, &msglvl, b, x, &er… in run()
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, …
356 Index nrhs = Index(b.cols());
358 …eigen_assert(((MatrixBase<BDerived>::Flags & RowMajorBit) == 0 || nrhs == 1) && "Row-major right h…
359 …eigen_assert(((MatrixBase<XDerived>::Flags & RowMajorBit) == 0 || nrhs == 1) && "Row-major matrice…
360 eigen_assert(((nrhs == 1) || b.outerStride() == b.rows()));
385 m_perm.data(), nrhs, m_iparm.data(), m_msglvl,
/external/sqlite/dist/
Dsqlite3.c124963 unsigned char nrhs; /* Number of right-hand side symbols in the rule */
126572 yysize = yyRuleInfo[yyruleno].nrhs;
/external/sqlite/dist/orig/
Dsqlite3.c124945 unsigned char nrhs; /* Number of right-hand side symbols in the rule */
126554 yysize = yyRuleInfo[yyruleno].nrhs;