Searched refs:iparm (Results 1 – 4 of 4) sorted by relevance
/external/eigen/test/ |
D | pastix_support.cpp | 32 pastix_llt_lower.iparm(); in test_pastix_T() 34 pastix_ldlt_lower.iparm(); in test_pastix_T() 36 pastix_lu.iparm(); in test_pastix_T()
|
/external/eigen/Eigen/src/PaStiXSupport/ |
D | PaStiXSupport.h | 67 …*ptr, int *idx, float *vals, int *perm, int * invp, float *x, int nbrhs, int *iparm, double *dparm) 71 s_pastix(pastix_data, pastix_comm, n, ptr, idx, vals, perm, invp, x, nbrhs, iparm, dparm); 74 …tr, int *idx, double *vals, int *perm, int * invp, double *x, int nbrhs, int *iparm, double *dparm) 78 d_pastix(pastix_data, pastix_comm, n, ptr, idx, vals, perm, invp, x, nbrhs, iparm, dparm); 81 …<float> *vals, int *perm, int * invp, std::complex<float> *x, int nbrhs, int *iparm, double *dparm) 85 …st<PASTIX_COMPLEX*>(vals), perm, invp, reinterpret_cast<PASTIX_COMPLEX*>(x), nbrhs, iparm, dparm); 88 …ouble> *vals, int *perm, int * invp, std::complex<double> *x, int nbrhs, int *iparm, double *dparm) 92 …<PASTIX_DCOMPLEX*>(vals), perm, invp, reinterpret_cast<PASTIX_DCOMPLEX*>(x), nbrhs, iparm, dparm); 169 Array<StorageIndex,IPARM_SIZE,1>& iparm() 178 int& iparm(int idxparam)
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv84_video_bsp.c | 25 struct iparm { struct 92 struct iparm params; in nv84_decoder_bsp() argument 108 STATIC_ASSERT(sizeof(struct iparm) == 0x530); in nv84_decoder_bsp()
|
/external/eigen/Eigen/src/PardisoSupport/ |
D | PardisoSupport.h | 47 …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, …
|