Home
last modified time | relevance | path

Searched refs:ictxcol (Results 1 – 2 of 2) sorted by relevance

/petsc/src/mat/impls/scalapack/
H A Dmatscalapack.c172 … SCALAPACKdescinit_(xdesc, &a->M, &one, &mb, &one, &zero, &zero, &a->grid->ictxcol, &xlld, &info)); in MatMultXXXYYY_ScaLAPACK()
193 …, SCALAPACKgemr2d_(&a->M, &one, x, &one, &one, xdesc, x2d, &one, &one, x2desc, &a->grid->ictxcol)); in MatMultXXXYYY_ScaLAPACK()
216 … SCALAPACKdescinit_(ydesc, &a->M, &one, &mb, &one, &zero, &zero, &a->grid->ictxcol, &ylld, &info)); in MatMultXXXYYY_ScaLAPACK()
235 …, SCALAPACKgemr2d_(&a->M, &one, y, &one, &one, ydesc, y2d, &one, &one, y2desc, &a->grid->ictxcol)); in MatMultXXXYYY_ScaLAPACK()
241 …, SCALAPACKgemr2d_(&a->M, &one, y2d, &one, &one, y2desc, y, &one, &one, ydesc, &a->grid->ictxcol)); in MatMultXXXYYY_ScaLAPACK()
446 … SCALAPACKdescinit_(ddesc, &a->M, &one, &mb, &one, &zero, &zero, &a->grid->ictxcol, &dlld, &info)); in MatGetDiagonal_ScaLAPACK()
465 …LAPACKgemr2d_(&a->M, &one, d2d, &one, &one, d2desc, darray, &one, &one, ddesc, &a->grid->ictxcol)); in MatGetDiagonal_ScaLAPACK()
548 … SCALAPACKdescinit_(ddesc, &a->M, &one, &mb, &one, &zero, &zero, &a->grid->ictxcol, &dlld, &info)); in MatDiagonalScale_ScaLAPACK()
561 …, SCALAPACKgemr2d_(&a->M, &one, d, &one, &one, ddesc, d2d, &one, &one, d2desc, &a->grid->ictxcol)); in MatDiagonalScale_ScaLAPACK()
723 … SCALAPACKdescinit_(xdesc, &a->M, &one, &mb, &one, &zero, &zero, &a->grid->ictxcol, &xlld, &info)); in MatSolve_ScaLAPACK()
[all …]
/petsc/include/petsc/private/
H A Dpetscscalapack.h11 PetscBLASInt ictxrow, ictxcol; /* auxiliary 1d process grid contexts */ member