Home
last modified time | relevance | path

Searched defs:n_nz (Results 1 – 2 of 2) sorted by relevance

/petsc/share/petsc/matlab/
H A DPetscBinaryWrite.m59 n_nz = full(A' ~= 0); variable
61 n_nz = full(sum(A' ~= 0)); variable
/petsc/src/mat/tests/
H A Dex231.cxx98 std::vector<PetscInt> n_nz(n_local_dofs); in main() local