Searched defs:nsz (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/mat/impls/aij/seq/ |
| H A D | inode.c | 57 PetscInt *tns, *tvc, *ns_row = a->inode.size_csr, *ns_col, nsz, i1, i2; in MatGetRowIJ_SeqAIJ_Inode_Symmetric() local 144 PetscInt *tns, *tvc, nsz, i1, i2; in MatGetRowIJ_SeqAIJ_Inode_Nonsymmetric() local 253 PetscInt *tns, *tvc, *ns_row = a->inode.size_csr, nsz, i1, i2, *ai = a->i, *aj = a->j; in MatGetColumnIJ_SeqAIJ_Inode_Nonsymmetric() local 373 PetscInt i1, i2, nsz, n, sz; in MatMult_SeqAIJ_Inode() local 570 PetscInt i1, i2, n, i, row, node_max, nsz, sz; in MatMultAdd_SeqAIJ_Inode() local 769 PetscInt node_max, *ns, row, nsz, aii, i0, i1; in MatSolve_SeqAIJ_Inode_inplace() local 1988 PetscInt node_max, row, nsz, aii, i0, i1, nz; in MatSolve_SeqAIJ_Inode() local
|