Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/seq/seqcusparse/
H A Dcusparsematimpl.h212 struct Mat_SeqAIJCUSPARSETriFactors { struct
214 …iFactorStruct *loTriFactorPtr; /* pointer for lower triangular (factored matrix) on GPU */
215 …iFactorStruct *upTriFactorPtr; /* pointer for upper triangular (factored matrix) on GPU */
216 …se; /* pointer for lower triangular (factored matrix) on GPU for the transpose (useful for BiCG) */
217 …ose; /* pointer for upper triangular (factored matrix) on GPU for the transpose (useful for BiCG)*/
220 THRUSTINTARRAY *rpermIndices; /* indices used for any reordering */
221 THRUSTINTARRAY *cpermIndices; /* indices used for any reordering */
222 THRUSTARRAY *workVector;
223 cusparseHandle_t handle; /* a handle to the cusparse library */
224 …Int nnz; /* number of nonzeros ... need this for accurate logging between ICC and ILU */
[all …]