/external/eigen/Eigen/src/misc/ |
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/ |
cholesky.cpp | 41 EIGEN_LAPACK_FUNC(potrs,(char* uplo, int *n, int *nrhs, RealScalar *pa, int *lda, RealScalar *pb, int *ldb, int *info)) 46 else if(*nrhs<0) *info = -3; 58 MatrixType B(b,*n,*nrhs,*ldb);
|
lu.cpp | 46 EIGEN_LAPACK_FUNC(getrs,(char *trans, int *n, int *nrhs, RealScalar *pa, int *lda, int *ipiv, RealScalar *pb, int *ldb, int *info)) 51 else if(*nrhs<0) *info = -3; 63 MatrixType B(b,*n,*nrhs,*ldb);
|
/external/eigen/Eigen/src/SparseLU/ |
SparseLU_SupernodalMatrix.h | 240 Index nrhs = Index(X.cols()); local 242 Matrix<Scalar,Dynamic,Dest::ColsAtCompileTime, ColMajor> work(n, nrhs); // working vector 255 for (Index j = 0; j < nrhs; j++) 274 Map< Matrix<Scalar,Dynamic,Dest::ColsAtCompileTime, ColMajor>, 0, OuterStride<> > U (&(X(fsupc,0)), nsupc, nrhs, OuterStride<>(n) ); 282 for (Index j = 0; j < nrhs; j++)
|
SparseLU.h | 731 Index nrhs = X.cols(); local 743 for (Index j = 0; j < nrhs; j++) 751 Map< Matrix<Scalar,Dynamic,Dest::ColsAtCompileTime, ColMajor>, 0, OuterStride<> > U (&(X(fsupc,0)), nsupc, nrhs, OuterStride<>(n) ); 755 for (Index j = 0; j < nrhs; ++j)
|
/external/eigen/Eigen/src/PardisoSupport/ |
PardisoSupport.h | 47 IndexType *ia, IndexType *ja, IndexType *perm, IndexType nrhs, IndexType *iparm, IndexType msglvl, void *b, void *x) 50 ::pardiso(pt, &maxfct, &mnum, &type, &phase, &n, a, ia, ja, perm, &nrhs, iparm, &msglvl, b, x, &error); 59 IndexType *ia, IndexType *ja, IndexType *perm, IndexType nrhs, IndexType *iparm, IndexType msglvl, void *b, void *x) 62 ::pardiso_64(pt, &maxfct, &mnum, &type, &phase, &n, a, ia, ja, perm, &nrhs, iparm, &msglvl, b, x, &error); 330 Index nrhs = Index(b.cols()); 332 eigen_assert(((MatrixBase<BDerived>::Flags & RowMajorBit) == 0 || nrhs == 1) && "Row-major right hand sides are not supported"); 333 eigen_assert(((MatrixBase<XDerived>::Flags & RowMajorBit) == 0 || nrhs == 1) && "Row-major matrices of unknowns are not supported"); 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/QR/ |
CompleteOrthogonalDecomposition.h | 472 const Index nrhs = rhs.cols(); local 474 Matrix<typename MatrixType::Scalar, Dynamic, 1> temp((std::max)(cols, nrhs));
|
/external/llvm/tools/verify-uselistorder/ |
verify-uselistorder.cpp | 277 dbgs() << "\nrhs-"; 286 dbgs() << "\nrhs-";
|
/external/googletest/googlemock/test/ |
gmock-matchers_test.cc | 5163 size_t nrhs = GetParam().second; local [all...] |
/external/v8/testing/gmock/test/ |
gmock-matchers_test.cc | 5151 size_t nrhs = GetParam().second; local [all...] |