Home
last modified time | relevance | path

Searched defs:Mat_SeqAIJHIPSPARSETriFactors (Results 1 – 1 of 1) sorted by relevance

/petsc/src/mat/impls/aij/seq/seqhipsparse/
H A Dhipsparsematimpl.h199 struct Mat_SeqAIJHIPSPARSETriFactors { struct
200 …iFactorStruct *loTriFactorPtr; /* pointer for lower triangular (factored matrix) on GPU */
201 …iFactorStruct *upTriFactorPtr; /* pointer for upper triangular (factored matrix) on GPU */
202 …se; /* pointer for lower triangular (factored matrix) on GPU for the transpose (useful for BiCG) */
203 …ose; /* pointer for upper triangular (factored matrix) on GPU for the transpose (useful for BiCG)*/
204 THRUSTINTARRAY *rpermIndices; /* indices used for any reordering */
205 THRUSTINTARRAY *cpermIndices; /* indices used for any reordering */
206 THRUSTARRAY *workVector;
207 hipsparseHandle_t handle; /* a handle to the hipsparse library */
208 … nnz; /* number of nonzeros ... need this for accurate logging between ICC and ILU */
[all …]