Lines Matching refs:ictxcol

172 … 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()
736 …, SCALAPACKgemr2d_(&a->M, &one, x, &one, &one, xdesc, x2d, &one, &one, x2desc, &a->grid->ictxcol)); in MatSolve_ScaLAPACK()
753 …, SCALAPACKgemr2d_(&a->M, &one, x2d, &one, &one, x2desc, x, &one, &one, xdesc, &a->grid->ictxcol)); in MatSolve_ScaLAPACK()
1014 …CALAPACKdescinit_(bdesc, &a->M, &a->N, &bmb, &a->N, &zero, &zero, &a->grid->ictxcol, &lld, &info)); in MatConvert_ScaLAPACK_Dense()
1019 …Kgemr2d_(&a->M, &a->N, a->loc, &one, &one, a->desc, barray, &one, &one, bdesc, &a->grid->ictxcol)); in MatConvert_ScaLAPACK_Dense()
1053 …CALAPACKdescinit_(bdesc, &a->M, &a->N, &bmb, &a->N, &zero, &zero, &a->grid->ictxcol, &lld, &info)); in MatConvert_ScaLAPACK_Dense()
1058 …Kgemr2d_(&a->M, &a->N, a->loc, &one, &one, a->desc, barray, &one, &one, bdesc, &a->grid->ictxcol)); in MatConvert_ScaLAPACK_Dense()
1126 …CALAPACKdescinit_(adesc, &b->M, &b->N, &amb, &b->N, &zero, &zero, &b->grid->ictxcol, &lld, &info)); in MatConvert_Dense_ScaLAPACK()
1130 …Kgemr2d_(&b->M, &b->N, aarray, &one, &one, adesc, b->loc, &one, &one, b->desc, &b->grid->ictxcol)); in MatConvert_Dense_ScaLAPACK()
1262 Cblacs_gridexit(grid->ictxcol); in MatDestroy_ScaLAPACK()
1834 grid->ictxcol = Csys2blacs_handle(icomm); in MatCreate_ScaLAPACK()
1835 Cblacs_gridinit(&grid->ictxcol, "R", size, 1); in MatCreate_ScaLAPACK()