Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/misc/
Dlapacke.h272 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/
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/eigen/Eigen/src/PardisoSupport/
DPardisoSupport.h47 …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/
DSparseLU_SupernodalMatrix.h240 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()
DSparseLU.h731 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/
DCompleteOrthogonalDecomposition.h472 const Index nrhs = rhs.cols();
474 Matrix<typename MatrixType::Scalar, Dynamic, 1> temp((std::max)(cols, nrhs));
/external/googletest/googlemock/test/
Dgmock-matchers_test.cc5163 size_t nrhs = GetParam().second; in TEST_P() local
5164 MatchMatrix graph(nlhs, nrhs); in TEST_P()
/external/v8/testing/gmock/test/
Dgmock-matchers_test.cc5151 size_t nrhs = GetParam().second; in TEST_P() local
5152 MatchMatrix graph(nlhs, nrhs); in TEST_P()
/external/sqlite/dist/orig/
Dsqlite3.c137452 unsigned char nrhs; /* Number of right-hand side symbols in the rule */
137806 yysize = yyRuleInfo[yyruleno].nrhs;
137815 if( yyRuleInfo[yyruleno].nrhs==0 ){
139079 yysize = yyRuleInfo[yyruleno].nrhs;
184210 unsigned char nrhs; /* Number of right-hand side symbols in the rule */
184259 fts5yysize = fts5yyRuleInfo[fts5yyruleno].nrhs;
184268 if( fts5yyRuleInfo[fts5yyruleno].nrhs==0 ){
184442 fts5yysize = fts5yyRuleInfo[fts5yyruleno].nrhs;
/external/sqlite/dist/
Dsqlite3.c137452 unsigned char nrhs; /* Number of right-hand side symbols in the rule */
137806 yysize = yyRuleInfo[yyruleno].nrhs;
137815 if( yyRuleInfo[yyruleno].nrhs==0 ){
139079 yysize = yyRuleInfo[yyruleno].nrhs;
184223 unsigned char nrhs; /* Number of right-hand side symbols in the rule */
184272 fts5yysize = fts5yyRuleInfo[fts5yyruleno].nrhs;
184281 if( fts5yyRuleInfo[fts5yyruleno].nrhs==0 ){
184455 fts5yysize = fts5yyRuleInfo[fts5yyruleno].nrhs;