Searched refs:y2d (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/mat/impls/scalapack/ |
| H A D | matscalapack.c | 162 PetscScalar *x2d, *y2d, alpha = 1.0; in MatMultXXXYYY_ScaLAPACK() local 183 PetscCall(PetscMalloc2(lszx, &x2d, lszy, &y2d)); in MatMultXXXYYY_ScaLAPACK() 196 …LAS("SCALAPACKgemr2d", SCALAPACKgemr2d_(&one, &a->N, y, &one, &one, ydesc, y2d, &one, &one, y2desc… in MatMultXXXYYY_ScaLAPACK() 199 …&alpha, a->loc, &one, &one, a->desc, x2d, &one, &one, x2desc, &one, &beta, y2d, &one, &one, y2desc… in MatMultXXXYYY_ScaLAPACK() 200 …&alpha, a->loc, &one, &one, a->desc, x2d, &one, &one, x2desc, &one, &beta, y2d, &one, &one, y2desc… in MatMultXXXYYY_ScaLAPACK() 203 …PetscCallBLAS("SCALAPACKgemr2d", SCALAPACKgemr2d_(&one, &a->N, y2d, &one, &one, y2desc, y, &one, &… in MatMultXXXYYY_ScaLAPACK() 222 PetscCall(PetscMalloc2(lszx, &x2d, lszy, &y2d)); in MatMultXXXYYY_ScaLAPACK() 235 …LAS("SCALAPACKgemr2d", SCALAPACKgemr2d_(&a->M, &one, y, &one, &one, ydesc, y2d, &one, &one, y2desc… in MatMultXXXYYY_ScaLAPACK() 238 …&alpha, a->loc, &one, &one, a->desc, x2d, &one, &one, x2desc, &one, &beta, y2d, &one, &one, y2desc… in MatMultXXXYYY_ScaLAPACK() 241 …PetscCallBLAS("SCALAPACKgemr2d", SCALAPACKgemr2d_(&a->M, &one, y2d, &one, &one, y2desc, y, &one, &… in MatMultXXXYYY_ScaLAPACK() [all …]
|