Home
last modified time | relevance | path

Searched refs:INT_TYPE (Results 1 – 2 of 2) sorted by relevance

/petsc/src/mat/impls/aij/seq/mkl_pardiso/
H A Dmkl_pardiso.c32 #define INT_TYPE long long int macro
38 #define INT_TYPE long long int macro
41 void pardiso_64init(void *pt, INT_TYPE *mtype, INT_TYPE iparm[]) in pardiso_64init()
51 #define INT_TYPE int macro
63 INT_TYPE iparm[IPARM_SIZE];
72 INT_TYPE phase, maxfct, mnum, mtype, n, nrhs, msglvl, err;
76 INT_TYPE *ia, *ja;
79 INT_TYPE nz;
82 INT_TYPE *perm;
102 …ErrorCode (*Convert)(Mat, PetscBool, MatReuse, PetscBool *, INT_TYPE *, INT_TYPE **, INT_TYPE **, …
[all …]
/petsc/src/mat/impls/aij/mpi/mkl_cpardiso/
H A Dmkl_cpardiso.c28 #define INT_TYPE MKL_INT macro
80 INT_TYPE iparm[IPARM_SIZE];
91 INT_TYPE phase, maxfct, mnum, mtype, n, nrhs, msglvl, err;
96 INT_TYPE *ia, *ja;
99 INT_TYPE nz;
102 INT_TYPE *perm;
136 *r = (INT_TYPE *)aa->i; in MatCopy_seqaij_seqaij_MKL_CPARDISO()
137 *c = (INT_TYPE *)aa->j; in MatCopy_seqaij_seqaij_MKL_CPARDISO()