Home
last modified time | relevance | path

Searched defs:isrow (Results 1 – 25 of 75) sorted by relevance

123

/petsc/src/mat/impls/baij/seq/
H A Dbaijsolv.c7 IS iscol = a->col, isrow = a->row; in MatSolve_SeqBAIJ_N_inplace() local
66 IS iscol = a->col, isrow = a->row; in MatSolve_SeqBAIJ_7_inplace() local
186 IS iscol = a->col, isrow = a->row; in MatSolve_SeqBAIJ_7() local
305 IS iscol = a->col, isrow = a->row; in MatSolve_SeqBAIJ_6_inplace() local
415 IS iscol = a->col, isrow = a->row; in MatSolve_SeqBAIJ_6() local
524 IS iscol = a->col, isrow = a->row; in MatSolve_SeqBAIJ_5_inplace() local
625 IS iscol = a->col, isrow = a->row; in MatSolve_SeqBAIJ_5() local
725 IS iscol = a->col, isrow = a->row; in MatSolve_SeqBAIJ_4_inplace() local
817 IS iscol = a->col, isrow = a->row; in MatSolve_SeqBAIJ_4() local
908 IS iscol = a->col, isrow = a->row; in MatSolve_SeqBAIJ_3_inplace() local
[all …]
H A Dbaijsolvtran1.c7 IS iscol = a->col, isrow = a->row; in MatSolveTranspose_SeqBAIJ_1() local
63 IS iscol = a->col, isrow = a->row; in MatSolveTranspose_SeqBAIJ_1_inplace() local
H A Dbaijsolvtrann.c7 IS iscol = a->col, isrow = a->row; in MatSolveTranspose_SeqBAIJ_N_inplace() local
72 IS iscol = a->col, isrow = a->row; in MatSolveTranspose_SeqBAIJ_N() local
H A Dbaijsolvtran2.c7 IS iscol = a->col, isrow = a->row; in MatSolveTranspose_SeqBAIJ_2_inplace() local
93 IS iscol = a->col, isrow = a->row; in MatSolveTranspose_SeqBAIJ_2() local
H A Dbaijsolvtran3.c7 IS iscol = a->col, isrow = a->row; in MatSolveTranspose_SeqBAIJ_3_inplace() local
101 IS iscol = a->col, isrow = a->row; in MatSolveTranspose_SeqBAIJ_3() local
H A Dbaijsolvtran4.c7 IS iscol = a->col, isrow = a->row; in MatSolveTranspose_SeqBAIJ_4_inplace() local
109 IS iscol = a->col, isrow = a->row; in MatSolveTranspose_SeqBAIJ_4() local
H A Dbaijsolvtran5.c7 IS iscol = a->col, isrow = a->row; in MatSolveTranspose_SeqBAIJ_5_inplace() local
117 IS iscol = a->col, isrow = a->row; in MatSolveTranspose_SeqBAIJ_5() local
H A Dbaijsolvtran6.c7 IS iscol = a->col, isrow = a->row; in MatSolveTranspose_SeqBAIJ_6_inplace() local
125 IS iscol = a->col, isrow = a->row; in MatSolveTranspose_SeqBAIJ_6() local
H A Dbaijfact2.c118 IS isrow = b->row, isicol = b->icol; in MatLUFactorNumeric_SeqBAIJ_N() local
252 static PetscErrorCode MatILUFactorSymbolic_SeqBAIJ_ilu0(Mat fact, Mat A, IS isrow, IS iscol, const … in MatILUFactorSymbolic_SeqBAIJ_ilu0()
311 PetscErrorCode MatILUFactorSymbolic_SeqBAIJ(Mat fact, Mat A, IS isrow, IS iscol, const MatFactorInf… in MatILUFactorSymbolic_SeqBAIJ()
/petsc/src/mat/impls/submat/
H A Dsubmat.c4 IS isrow, iscol; /* rows and columns in submatrix, only used to check consistency */ member
185 PetscErrorCode MatCreateSubMatrixVirtual(Mat A, IS isrow, IS iscol, Mat *newmat) in MatCreateSubMatrixVirtual()
277 PetscErrorCode MatSubMatrixVirtualUpdate(Mat N, Mat A, IS isrow, IS iscol) in MatSubMatrixVirtualUpdate()
/petsc/src/mat/tutorials/
H A Dex1.c19 IS isrow, iscol; /* row and column permutations */ in main() local
/petsc/src/mat/interface/ftn-custom/
H A Dzmatrixf.c35 PETSC_EXTERN void matcreatesubmatrices_(Mat *mat, PetscInt *n, IS *isrow, IS *iscol, MatReuse *scal… in matcreatesubmatrices_()
48 PETSC_EXTERN void matcreatesubmatricesmpi_(Mat *mat, PetscInt *n, IS *isrow, IS *iscol, MatReuse *s… in matcreatesubmatricesmpi_()
/petsc/src/mat/tests/
H A Dex211.c6 PetscErrorCode ISGetSeqIS_SameColDist_Private(Mat mat, IS isrow, IS iscol, IS *isrow_d, IS *iscol_d… in ISGetSeqIS_SameColDist_Private()
131 IS isrow, iscol; in main() local
H A Dex68.c11 IS isrow, iscol, identity; in main() local
H A Dex11.c10 IS isrow; in main() local
H A Dex35.c10 IS isrow; in main() local
H A Dex57.c20 IS isrow, iscol; in main() local
H A Dex181.c11 IS isrow; in main() local
H A Dex59.c11 IS isrow, iscol; in main() local
H A Dex194.c11 IS isrow, iscol; in main() local
H A Dex87.c13 IS isrow, iscol, irow[n], icol[n]; in main() local
H A Dex17.c10 IS isrow, row, col; in main() local
H A Dex151.c33 IS isrow, iscol; in main() local
H A Dex166.c33 IS isrow, iscol; in main() local
/petsc/src/mat/impls/aij/seq/
H A Daijfact.c54 PetscErrorCode MatLUFactorSymbolic_SeqAIJ(Mat B, Mat A, IS isrow, IS iscol, const MatFactorInfo *in… in MatLUFactorSymbolic_SeqAIJ()
222 IS isrow = b->row, isicol = b->icol; in MatLUFactorNumeric_SeqAIJ() local
401 IS isrow = b->row, isicol = b->icol; in MatLUFactorNumeric_SeqAIJ_inplace() local
558 IS isrow = a->row, isicol = a->icol; in MatLUFactorNumeric_SeqAIJ_InplaceWithPerm() local
744 IS iscol = a->col, isrow = a->row; in MatSolve_SeqAIJ_inplace() local
800 IS iscol = a->col, isrow = a->row; in MatMatSolve_SeqAIJ_inplace() local
863 IS iscol = a->col, isrow = a->row; in MatMatSolve_SeqAIJ() local
927 IS iscol = a->col, isrow = a->row; in MatMatSolveTranspose_SeqAIJ() local
995 IS iscol = a->col, isrow = a->row; in MatSolve_SeqAIJ_InplaceWithPerm() local
1108 IS iscol = a->col, isrow = a->row; in MatSolveAdd_SeqAIJ_inplace() local
[all …]

123