Searched refs:ictxrow (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/mat/impls/scalapack/ ! |
| H A D | matscalapack.c | 177 … SCALAPACKdescinit_(ydesc, &one, &a->N, &one, &nb, &zero, &zero, &a->grid->ictxrow, &ylld, &info)); in MatMultXXXYYY_ScaLAPACK() 196 …, SCALAPACKgemr2d_(&one, &a->N, y, &one, &one, ydesc, y2d, &one, &one, y2desc, &a->grid->ictxrow)); in MatMultXXXYYY_ScaLAPACK() 203 …, SCALAPACKgemr2d_(&one, &a->N, y2d, &one, &one, y2desc, y, &one, &one, ydesc, &a->grid->ictxrow)); in MatMultXXXYYY_ScaLAPACK() 211 … SCALAPACKdescinit_(xdesc, &one, &a->N, &one, &nb, &zero, &zero, &a->grid->ictxrow, &xlld, &info)); in MatMultXXXYYY_ScaLAPACK() 232 …, SCALAPACKgemr2d_(&one, &a->N, x, &one, &one, xdesc, x2d, &one, &one, x2desc, &a->grid->ictxrow)); in MatMultXXXYYY_ScaLAPACK() 474 … SCALAPACKdescinit_(ddesc, &one, &a->N, &one, &nb, &zero, &zero, &a->grid->ictxrow, &dlld, &info)); in MatGetDiagonal_ScaLAPACK() 492 …LAPACKgemr2d_(&one, &a->N, d2d, &one, &one, d2desc, darray, &one, &one, ddesc, &a->grid->ictxrow)); in MatGetDiagonal_ScaLAPACK() 517 … SCALAPACKdescinit_(ddesc, &one, &a->N, &one, &nb, &zero, &zero, &a->grid->ictxrow, &dlld, &info)); in MatDiagonalScale_ScaLAPACK() 529 …, SCALAPACKgemr2d_(&one, &a->N, d, &one, &one, ddesc, d2d, &one, &one, d2desc, &a->grid->ictxrow)); in MatDiagonalScale_ScaLAPACK() 1261 Cblacs_gridexit(grid->ictxrow); in MatDestroy_ScaLAPACK() [all …]
|
| /petsc/include/petsc/private/ ! |
| H A D | petscscalapack.h | 11 PetscBLASInt ictxrow, ictxcol; /* auxiliary 1d process grid contexts */ member
|