Searched refs:Jce_xfixed_trans (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/tao/constrained/impls/ipm/ |
| H A D | pdipm.c | 848 Mat Jce_xfixed_trans, Jci_xb_trans; in TaoSetup_PDIPM() local 1058 …(pdipm->Nxfixed) PetscCall(MatTranspose(pdipm->Jce_xfixed, MAT_INITIAL_MATRIX, &Jce_xfixed_trans)); in TaoSetup_PDIPM() 1098 PetscCall(MatGetRow(Jce_xfixed_trans, i + rjstart, &nc, &aj, NULL)); in TaoSetup_PDIPM() 1108 PetscCall(MatRestoreRow(Jce_xfixed_trans, i + rjstart, &nc, &aj, NULL)); in TaoSetup_PDIPM() 1298 if (pdipm->Nxfixed) PetscCall(MatDestroy(&Jce_xfixed_trans)); in TaoSetup_PDIPM()
|