Searched defs:SubMatIndexFunctor (Results 1 – 1 of 1) sorted by relevance
1413 struct SubMatIndexFunctor { struct1414 …STDEVICE_INLINE_DECL T operator()(T x) const noexcept { return ((x / nrows) * lda) + (x % nrows); } in operator ()()1416 PetscInt nrows;1417 PetscInt ncols;1418 PetscInt lda;