Searched refs:Rows (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/tao/matrix/ |
| H A D | submatfree.c | 28 PetscErrorCode MatCreateSubMatrixFree(Mat mat, IS Rows, IS Cols, Mat *J) in MatCreateSubMatrixFree() argument 43 ctx->Rows = Rows; in MatCreateSubMatrixFree() 45 PetscCall(PetscObjectReference((PetscObject)Rows)); in MatCreateSubMatrixFree() 67 PetscErrorCode MatSMFResetRowColumn(Mat mat, IS Rows, IS Cols) in MatSMFResetRowColumn() argument 73 PetscCall(ISDestroy(&ctx->Rows)); in MatSMFResetRowColumn() 75 PetscCall(PetscObjectReference((PetscObject)Rows)); in MatSMFResetRowColumn() 78 ctx->Rows = Rows; in MatSMFResetRowColumn() 91 PetscCall(VecISSet(y, ctx->Rows, 0.0)); in MatMult_SMF() 102 PetscCall(VecISSet(ctx->VC, ctx->Rows, 0.0)); in MatMultTranspose_SMF() 125 PetscCall(ISDestroy(&ctx->Rows)); in MatDestroy_SMF() [all …]
|
| H A D | submatfree.h | 9 IS Rows, Cols; member
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | Mat.pyx | 1439 Rows present in the submatrix.
|
| /petsc/doc/ |
| H A D | petsc.bib | 37823 title = {Finding Duplicate Rows in a Linear Programming Model},
|