Home
last modified time | relevance | path

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

/petsc/src/mat/impls/scalapack/
H A Dmatscalapack.c164 … xdesc[9], ydesc[9], x2desc[9], y2desc[9], mb, nb, lszx, lszy, zero = 0, one = 1, xlld, ylld, info; in MatMultXXXYYY_ScaLAPACK() local
171 PetscCall(PetscBLASIntCast(PetscMax(1, A->rmap->n), &xlld)); in MatMultXXXYYY_ScaLAPACK()
172 … SCALAPACKdescinit_(xdesc, &a->M, &one, &mb, &one, &zero, &zero, &a->grid->ictxcol, &xlld, &info)); in MatMultXXXYYY_ScaLAPACK()
184 PetscCall(PetscBLASIntCast(PetscMax(1, lszx), &xlld)); in MatMultXXXYYY_ScaLAPACK()
187 …CALAPACKdescinit_(x2desc, &a->M, &one, &a->mb, &one, &zero, &zero, &a->grid->ictxt, &xlld, &info)); in MatMultXXXYYY_ScaLAPACK()
210 xlld = 1; in MatMultXXXYYY_ScaLAPACK()
211 … SCALAPACKdescinit_(xdesc, &one, &a->N, &one, &nb, &zero, &zero, &a->grid->ictxrow, &xlld, &info)); in MatMultXXXYYY_ScaLAPACK()
226 …CALAPACKdescinit_(x2desc, &one, &a->N, &one, &a->nb, &zero, &zero, &a->grid->ictxt, &xlld, &info)); in MatMultXXXYYY_ScaLAPACK()
713 PetscBLASInt xdesc[9], x2desc[9], mb, lszx, zero = 0, one = 1, xlld, nrhs = 1, info; in MatSolve_ScaLAPACK() local
722 PetscCall(PetscBLASIntCast(PetscMax(1, A->rmap->n), &xlld)); in MatSolve_ScaLAPACK()
[all …]