Home
last modified time | relevance | path

Searched defs:icols (Results 1 – 15 of 15) sorted by relevance

/petsc/src/mat/impls/aij/seq/crl/ftn-kernels/
H A Dfmultcrl.F907 pure subroutine FortranMultCRL(m, rmax, x, y, icols, acols) argument
/petsc/src/mat/impls/aij/seq/crl/
H A Dcrl.c37 PetscInt i, j, rmax = a->rmax, *icols, *ilen = a->ilen; in MatSeqAIJCRL_create_aijcrl() local
90 PetscInt rmax = aijcrl->rmax, *icols = aijcrl->icols; in MatMult_AIJCRL() local
H A Dcrl.h10 PetscInt *icols; /* columns of nonzeros, stored one column at a time */ member
/petsc/src/mat/impls/aij/seq/bas/
H A Dspbas.h54 PetscInt **icols; member
H A Dspbas.c256 PetscInt *icols; in spbas_compress_pattern() local
635 PetscInt **icols; in spbas_apply_reordering_rows() local
673 PetscInt *icols; in spbas_apply_reordering_cols() local
/petsc/src/mat/impls/aij/mpi/crl/
H A Dmcrl.c43 PetscInt i, j, rmax = 0, *icols, *ailen = Aij->ilen, *bilen = Bij->ilen; in MatMPIAIJCRL_create_aijcrl() local
/petsc/src/mat/graphops/partition/impls/hierarchical/
H A Dhierarchical.c293 IS irows, icols; in MatPartitioningHierarchical_AssembleSubdomain() local
/petsc/src/mat/impls/maij/
H A Dmaij.c876 PetscInt m, n, i, ncols, *ilen, nmax = 0, *icols, j, k, ii, dof = b->dof; in MatConvert_SeqMAIJ_SeqAIJ() local
926 PetscInt *oicols = NULL, *icols = NULL, ncols, *cols = NULL, oncols, *ocols = NULL; in MatConvert_MPIMAIJ_MPIAIJ() local
/petsc/src/mat/impls/adj/mpi/
H A Dmpiadj.c10 static PetscErrorCode MatCreateSubMatrix_MPIAdj_data(Mat adj, IS irows, IS icols, PetscInt **sadj_x… in MatCreateSubMatrix_MPIAdj_data()
/petsc/src/mat/impls/sbaij/seq/
H A Dsbaij.c1566 const PetscInt *icols = jj + ii[i]; in MatSeqSBAIJSetPreallocationCSR_SeqSBAIJ() local
/petsc/src/mat/impls/sbaij/mpi/
H A Dmpisbaij.c2027 const PetscInt *icols = jj + ii[i]; in MatMPISBAIJSetPreallocationCSR_MPISBAIJ() local
/petsc/src/mat/impls/baij/seq/
H A Dbaij.c3402 const PetscInt *icols = jj + ii[i]; in MatSeqBAIJSetPreallocationCSR_SeqBAIJ() local
/petsc/src/mat/impls/baij/mpi/
H A Dmpibaij.c2590 const PetscInt *icols = jj + ii[i]; in MatMPIBAIJSetPreallocationCSR_MPIBAIJ() local
/petsc/src/mat/impls/is/
H A Dmatis.c1850 IS irows = NULL, icols = NULL; in MatConvert_IS_XAIJ() local
/petsc/src/mat/impls/dense/seq/
H A Ddense.c1426 PetscInt nnz = 0, *rlens, *icols; in MatLoad_Dense_Binary() local