Home
last modified time | relevance | path

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

/petsc/src/tao/matrix/
H A Dsubmatfree.c28 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 Dsubmatfree.h9 IS Rows, Cols; member
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DMat.pyx1439 Rows present in the submatrix.
/petsc/doc/
H A Dpetsc.bib37823 title = {Finding Duplicate Rows in a Linear Programming Model},