Home
last modified time | relevance | path

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

/petsc/src/mat/impls/dense/seq/cupm/
H A Dmatseqdensecupm.hpp1413 struct SubMatIndexFunctor { struct
1414 …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;