Searched defs:acol (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/mat/tests/ |
| H A D | ex202.c | 10 const PetscInt acol[2 * 3] = {3, 2, 4, 3, 2, 4}; in TestInitialMatrix() local
|
| /petsc/src/mat/impls/aij/seq/ |
| H A D | matmatmult.c | 613 const PetscInt *acol = aj + ai[i]; /* column indices of nonzero entries in this row */ in MatMatMultSymbolic_SeqAIJ_SeqAIJ_Heap() local 718 const PetscInt *acol = aj + ai[i]; /* column indices of nonzero entries in this row */ in MatMatMultSymbolic_SeqAIJ_SeqAIJ_BTHeap() local 827 const PetscInt *acol = aj + ai[i]; /* column indices of nonzero entries in this row */ in MatMatMultSymbolic_SeqAIJ_SeqAIJ_RowMerge() local 854 const PetscInt *acol = aj + ai[i]; /* column indices of nonzero entries in this row */ in MatMatMultSymbolic_SeqAIJ_SeqAIJ_RowMerge() local 1130 …const PetscInt *acol = PetscSafePointerPlusOffset(aj, ai[i]); /* column indices of nonzero entries… in MatMatMultSymbolic_SeqAIJ_SeqAIJ_Sorted() local 1301 … *ai = a->i, *aj = a->j, *bi = b->i, *bj = b->j, anzi, bnzj, nexta, nextb, *acol, *bcol, brow; in MatMatTransposeMultNumeric_SeqAIJ_SeqAIJ() local
|
| /petsc/src/mat/impls/sbaij/seq/ |
| H A D | sbaijfact.c | 1504 PetscInt k, jmin, *jl, *il, nexti, ili, *acol, *bcol, nz; in MatCholeskyFactorNumeric_SeqSBAIJ_1_NaturalOrdering_inplace() local
|
| /petsc/src/mat/impls/baij/seq/ |
| H A D | baijfact.c | 892 PetscInt k, jmin, *jl, *il, nexti, ili, *acol, *bcol, nz; in MatCholeskyFactorNumeric_SeqBAIJ_N_NaturalOrdering() local
|