Searched defs:MatProductCtx_MatMatCusparse (Results 1 – 1 of 1) sorted by relevance
2596 struct MatProductCtx_MatMatCusparse { struct2597 PetscBool cisdense;2598 PetscScalar *Bt;2599 Mat X;2623 MatProductCtx_MatMatCusparse *mmdata = *(MatProductCtx_MatMatCusparse **)data; in MatProductCtxDestroy_MatMatCusparse() argument