Lines Matching refs:col_identity
1845 PetscBool col_identity = colperm.extent(0) ? PETSC_FALSE : PETSC_TRUE;
1865 if (col_identity) {
1873 if (!col_identity) PetscCallCXX(Kokkos::parallel_for(Kokkos::RangePolicy<>(exec, 0, m), KOKKOS_LAMBDA(const PetscInt i) { x(colperm(i)) = X(i); }));
1896 PetscBool col_identity = colperm.extent(0) ? PETSC_FALSE : PETSC_TRUE;
1905 if (col_identity) { // Reorder b with the col permutation
1996 PetscBool col_identity;
1997 PetscCall(ISIdentity(colperm, &col_identity));
1998 if (!col_identity) {
2156 PetscBool row_identity = PETSC_FALSE, col_identity = PETSC_FALSE;
2161 PetscCall(ISIdentity(iscol, &col_identity));
2167 if (!info->factoronhost && !info->levels && row_identity && col_identity) { // if level 0 and no reordering