Home
last modified time | relevance | path

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

/petsc/src/tao/constrained/impls/ipm/
H A Dpdipm.c848 Mat Jce_xfixed_trans, Jci_xb_trans; in TaoSetup_PDIPM() local
1059 PetscCall(MatTranspose(pdipm->Jci_xb, MAT_INITIAL_MATRIX, &Jci_xb_trans)); in TaoSetup_PDIPM()
1127 PetscCall(MatGetRow(Jci_xb_trans, i + rjstart, &nc, &aj, NULL)); in TaoSetup_PDIPM()
1137 PetscCall(MatRestoreRow(Jci_xb_trans, i + rjstart, &nc, &aj, NULL)); in TaoSetup_PDIPM()
1299 PetscCall(MatDestroy(&Jci_xb_trans)); in TaoSetup_PDIPM()